mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-22 21:46:02 -03:30
Added in code to allow control over pull policy for local path provis… (#5334)
* Added in code to allow control over pull policy for local path provisioner * change to imagePullPolicy to use globally used variable k8s_image_pull_policy * removed unusued variable from defaults * updated contiv-etcd and cinder-csi-controllerplugin to use k8s_image_pull_policy variable
This commit is contained in:
@@ -29,7 +29,7 @@ spec:
|
||||
initContainers:
|
||||
- name: contiv-etcd-init
|
||||
image: {{ contiv_etcd_init_image_repo }}:{{ contiv_etcd_init_image_tag }}
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: {{ k8s_image_pull_policy }}
|
||||
env:
|
||||
- name: ETCD_INIT_ARGSFILE
|
||||
value: '{{ contiv_etcd_conf_dir }}/contiv-etcd-args'
|
||||
|
||||
Reference in New Issue
Block a user