Skip to content

Commit

Permalink
fix: serviceDhcp extraLabels typo
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Andersen <etma@etma.dk>
  • Loading branch information
ErikTMA committed Feb 23, 2024
1 parent b519821 commit cd1aa8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/pihole/templates/service-dhcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
{{- if .Values.serviceDhcp.extraLabels }}
{{ toYaml .Values.servicesDhcp.extraLabels | indent 4 }}
{{ toYaml .Values.serviceDhcp.extraLabels | indent 4 }}
{{- end }}
{{- if .Values.serviceDhcp.annotations }}
annotations:
Expand Down

0 comments on commit cd1aa8e

Please sign in to comment.