8000 Correct typo in helm lease annotations template (#7188) · nginx/kubernetes-ingress@2344719 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2344719

Browse files
authored
Correct typo in helm lease annotations template (#7188)
1 parent 169d2f9 commit 2344719

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/nginx-ingress/templates/controller-lease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
labels:
88
{{- include "nginx-ingress.labels" . | nindent 4 }}
99
{{- if .Values.controller.reportIngressStatus.annotations }}
10-
annotations
10+
annotations:
1111
{{ toYaml .Values.controller.reportIngressStatus.annotations | indent 4 }}
1212
{{- end }}
1313
{{- end }}

charts/nginx-ingress/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ controller:
535535
## The default is autogenerated.
536536
leaderElectionLockName: ""
537537

538-
## The annotations of the leader election configmap.
538+
## The annotations of the leader election Leas 47CE e.
539539
annotations: {}
540540

541541
pod:

0 commit comments

Comments
 (0)
0