Skip to content

Commit 839b3bf

Browse files
ComputerBaermrueg
authored andcommitted
style: fix formatting in service-metrics.yaml
Signed-off-by: Dominik Strebinger <[email protected]>
1 parent 26adf8e commit 839b3bf

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

charts/coredns/templates/service-metrics.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ metadata:
1717
{{- if .Values.customLabels }}
1818
{{ toYaml .Values.customLabels | indent 4 }}
1919
{{- end }}
20-
{{- if or .Values.prometheus.service.annotations .Values.service.annotations .Values.customAnnotations }}
20+
{{- if or .Values.prometheus.service.annotations .Values.service.annotations .Values.customAnnotations }}
2121
annotations:
22-
{{- if .Values.prometheus.service.annotations }}
23-
{{ toYaml .Values.prometheus.service.annotations | indent 4 }}
24-
{{- end }}
25-
{{- if .Values.service.annotations }}
26-
{{ toYaml .Values.service.annotations | indent 4 }}
27-
{{- end }}
28-
{{- if .Values.customAnnotations }}
29-
{{ toYaml .Values.customAnnotations | indent 4 }}
30-
{{- end }}
31-
{{- end }}
22+
{{- if .Values.prometheus.service.annotations }}
23+
{{- toYaml .Values.prometheus.service.annotations | nindent 4 }}
24+
{{- end }}
25+
{{- if .Values.service.annotations }}
26+
{{- toYaml .Values.service.annotations | nindent 4 }}
27+
{{- end }}
28+
{{- if .Values.customAnnotations }}
29+
{{- toYaml .Values.customAnnotations | nindent 4 }}
30+
{{- end }}
31+
{{- end }}
3232
spec:
3333
selector:
3434
app.kubernetes.io/instance: {{ .Release.Name | quote }}

0 commit comments

Comments
 (0)