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 44b6010 commit 3b2a057Copy full SHA for 3b2a057
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 Lease.
539
annotations: {}
540
541
pod:
0 commit comments