Skip to content

Commit

Permalink
Correct typo in helm lease annotations template (#7185)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 authored Jan 22, 2025
1 parent cb80cbe commit ec4acee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/nginx-ingress/templates/controller-lease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
labels:
{{- include "nginx-ingress.labels" . | nindent 4 }}
{{- if .Values.controller.reportIngressStatus.annotations }}
annotations
annotations:
{{ toYaml .Values.controller.reportIngressStatus.annotations | indent 4 }}
{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/nginx-ingress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ controller:
## The default is autogenerated.
leaderElectionLockName: ""

## The annotations of the leader election configmap.
## The annotations of the leader election Lease.
annotations: {}

pod:
Expand Down

0 comments on commit ec4acee

Please sign in to comment.