We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b38f1c commit a0563e0Copy full SHA for a0563e0
chart/drain-node-on-crash/templates/deployment.yaml
@@ -47,7 +47,7 @@ spec:
47
value: "{{ .Values.autoUncordon }}"
48
resources:
49
- name: leader
50
- image: "{{ .Values.leaderImage }}"
+ image: "{{ .Values.leaderImage }}:{{ .Chart.AppVersion }}"
51
args:
52
- --election=drain-node-on-crash
53
- --http=0.0.0.0:4040
0 commit comments