We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25dc19f commit df31eddCopy full SHA for df31edd
charts/kamaji/templates/etcd_job_preinstall.yaml
@@ -19,7 +19,7 @@ spec:
19
restartPolicy: Never
20
initContainers:
21
- name: cfssl
22
- image: cfssl/cfssl:latest
+ image: "{{ .Values.cfssl.image.repository }}:{{ .Values.cfssl.image.tag }}"
23
command:
24
- bash
25
- -c
charts/kamaji/values.yaml
@@ -214,3 +214,8 @@ datastore:
214
namespace:
215
# -- Key of the Secret which contains the content of the private key.
216
keyPath:
217
+
218
+cfssl:
219
+ image:
220
+ repository: cfssl/cfssl
221
+ tag: latest
0 commit comments