8000
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 169d2f9 commit 2344719Copy full SHA for 2344719
charts/nginx-ingress/templates/controller-lease.yaml
@@ -7,7 +7,7 @@ metadata:
7
labels:
8
{{- include "nginx-ingress.labels" . | nindent 4 }}
9
{{- if .Values.controller.reportIngressStatus.annotations }}
10
- annotations
+ annotations:
11
{{ toYaml .Values.controller.reportIngressStatus.annotations | indent 4 }}
12
{{- end }}
13
charts/nginx-ingress/values.yaml
@@ -535,7 +535,7 @@ controller:
535
## The default is autogenerated.
536
leaderElectionLockName: ""
537
538
- ## The annotations of the leader election configmap.
+ ## The annotations of the leader election Leas 47CE e.
539
annotations: {}
540
541
pod:
0 commit comments