fix(zfspv): changing image pull policy to IfNotPresent

Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
Pawan 2020-05-20 19:29:09 +05:30 committed by Kiran Mova
parent 25d1f1a413
commit 57ef10cb71
2 changed files with 2 additions and 2 deletions

View file

@ -551,7 +551,6 @@ spec:
env:
- name: ADDRESS
value: /var/lib/csi/sockets/pluginproxy/csi.sock
imagePullPolicy: Always
volumeMounts:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
@ -724,6 +723,7 @@ spec:
containers:
- name: csi-node-driver-registrar
image: quay.io/k8scsi/csi-node-driver-registrar:v1.2.0
imagePullPolicy: IfNotPresent
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"