Skip to content

Commit

Permalink
fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Feb 4, 2022
1 parent 76fb34c commit ad99cff
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 ad99cff

Please sign in to comment.