Skip to content

Commit a4cbe2f

Browse files
authored
correct indentation for annotations key in leader-election configmap (#3840)
1 parent d0b8f1f commit a4cbe2f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

deployments/helm-chart/templates/controller-leader-election-configmap.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
namespace: {{ .Release.Namespace }}
77
labels:
88
{{- include "nginx-ingress.labels" . | nindent 4 }}
9-
{{- if .Values.controller.reportIngressStatus.annotations }}
10-
annotations:
11-
{{ toYaml .Values.controller.reportIngressStatus.annotations | indent 4 }}
12-
{{- end }}
13-
{{- end }}
9+
{{- if .Values.controller.reportIngressStatus.annotations }}
10+
annotations:
11+
{{ toYaml .Values.controller.reportIngressStatus.annotations | indent 4 }}
12+
{{- end }}
13+
{{- end }}

0 commit comments

Comments
 (0)