We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b8f1f commit a4cbe2fCopy full SHA for a4cbe2f
deployments/helm-chart/templates/controller-leader-election-configmap.yaml
@@ -6,8 +6,8 @@ metadata:
6
namespace: {{ .Release.Namespace }}
7
labels:
8
{{- 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
+{{- if .Values.controller.reportIngressStatus.annotations }}
+ annotations:
+{{ toYaml .Values.controller.reportIngressStatus.annotations | indent 4 }}
+{{- end }}
0 commit comments