Skip to content

Commit

Permalink
Fixing leader image
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmattox committed Sep 9, 2020
1 parent 0b38f1c commit a0563e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/drain-node-on-crash/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
value: "{{ .Values.autoUncordon }}"
resources:
- name: leader
image: "{{ .Values.leaderImage }}"
image: "{{ .Values.leaderImage }}:{{ .Chart.AppVersion }}"
args:
- --election=drain-node-on-crash
- --http=0.0.0.0:4040
Expand Down

0 comments on commit a0563e0

Please sign in to comment.