Skip to content

Commit 004a7be

Browse files
Madhu-1ggriffiths
authored andcommitted
change image pullpolicy from Always to IfNotPresent
1 parent 7c65799 commit 004a7be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deploy/kubernetes/csi-snapshotter/setup-csi-snapshotter.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ spec:
7979
env:
8080
- name: ADDRESS
8181
value: /csi/csi.sock
82-
imagePullPolicy: Always
82+
imagePullPolicy: IfNotPresent
8383
volumeMounts:
8484
- name: socket-dir
8585
mountPath: /csi
@@ -92,7 +92,7 @@ spec:
9292
env:
9393
- name: ADDRESS
9494
value: /csi/csi.sock
95-
imagePullPolicy: Always
95+
imagePullPolicy: IfNotPresent
9696
volumeMounts:
9797
- name: socket-dir
9898
mountPath: /csi
@@ -110,7 +110,7 @@ spec:
110110
fieldRef:
111111
apiVersion: v1
112112
fieldPath: spec.nodeName
113-
imagePullPolicy: Always
113+
imagePullPolicy: IfNotPresent
114114
securityContext:
115115
privileged: true
116116
volumeMounts:

deploy/kubernetes/snapshot-controller/setup-snapshot-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ spec:
2929
args:
3030
- "--v=5"
3131
- "--leader-election=false"
32-
imagePullPolicy: Always
32+
imagePullPolicy: IfNotPresent

0 commit comments

Comments
 (0)