Skip to content

Commit

Permalink
change image pullpolicy from Always to IfNotPresent
Browse files Browse the repository at this point in the history
  • Loading branch information
Madhu-1 authored and ggriffiths committed Dec 5, 2020
1 parent 7c65799 commit 004a7be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions deploy/kubernetes/csi-snapshotter/setup-csi-snapshotter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
env:
- name: ADDRESS
value: /csi/csi.sock
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
volumeMounts:
- name: socket-dir
mountPath: /csi
Expand All @@ -92,7 +92,7 @@ spec:
env:
- name: ADDRESS
value: /csi/csi.sock
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
volumeMounts:
- name: socket-dir
mountPath: /csi
Expand All @@ -110,7 +110,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: spec.nodeName
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
volumeMounts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ spec:
args:
- "--v=5"
- "--leader-election=false"
imagePullPolicy: Always
imagePullPolicy: IfNotPresent

0 comments on commit 004a7be

Please sign in to comment.