Skip to content

Commit

Permalink
fix LEADER_ELECTION_RESOURCE_LOCK var in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Feb 4, 2022
1 parent a1ab3fe commit 76fb34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
value: "{{ .Values.webhook.enabled }}"
{{- if .Values.eventLogger.leaderElectionResourceLock }}
- name: LEADER_ELECTION_RESOURCE_LOCK
value: .Values.eventLogger.leaderElectionResourceLock
value: {{. Values.eventLogger.leaderElectionResourceLock }}
{{- end }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
Expand Down

0 comments on commit 76fb34c

Please sign in to comment.