change image pullpolicy from Always to IfNotPresent

This commit is contained in:
Madhu Rajanna
2020-08-13 12:42:01 +05:30
parent d24d2b9820
commit 84333bc84b
2 changed files with 4 additions and 4 deletions

View File

@@ -79,7 +79,7 @@ spec:
env:
- name: ADDRESS
value: /csi/csi.sock
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
volumeMounts:
- name: socket-dir
mountPath: /csi
@@ -92,7 +92,7 @@ spec:
env:
- name: ADDRESS
value: /csi/csi.sock
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
volumeMounts:
- name: socket-dir
mountPath: /csi
@@ -110,7 +110,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: spec.nodeName
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
volumeMounts: