mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
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:
parent
b89f7fa1d6
commit
9394ac887e
@ -58,7 +58,7 @@ spec:
|
||||
env:
|
||||
- name: ADDRESS
|
||||
value: unix:///csi/csi-provisioner.sock
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: "IfNotPresent"
|
||||
securityContext:
|
||||
privileged: true
|
||||
volumeMounts:
|
||||
|
Loading…
Reference in New Issue
Block a user