rbd: change image pull policy

unlike other containers, image pull policy of
csi-snapshotter was set to "Always", which can
be changed to pull only if not present.

Signed-off-by: Yug Gupta <ygupta@redhat.com>
This commit is contained in:
Yug Gupta 2020-05-12 17:46:06 +05:30 committed by mergify[bot]
parent b89f7fa1d6
commit 9394ac887e

View File

@ -58,7 +58,7 @@ spec:
env:
- name: ADDRESS
value: unix:///csi/csi-provisioner.sock
imagePullPolicy: Always
imagePullPolicy: "IfNotPresent"
securityContext:
privileged: true
volumeMounts: