diff --git a/templates/helm/templates/deployment.yaml b/templates/helm/templates/deployment.yaml index 77a67eaa..b7976d0e 100644 --- a/templates/helm/templates/deployment.yaml +++ b/templates/helm/templates/deployment.yaml @@ -91,7 +91,7 @@ spec: value: {{ include "watch-namespace" . }} - name: DELETION_POLICY value: {{ .Values.deletionPolicy }} - - name: ENABLED_LEADER_ELECTION + - name: ENABLE_LEADER_ELECTION value: {{ .Values.leaderElection.enabled | quote }} - name: LEADER_ELECTION_NAMESPACE value: {{ .Values.leaderElection.namespace | quote }}