Skip to content

Commit a05cf10

Browse files
committed
deploy: remove imagePullPolicy for livenessprobe
Just as for the other containers the image is immutable and therefore doesn't have to be checked all the time. Required for CI testing, because it uses an image that is only available locally.
1 parent 4b81b08 commit a05cf10

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

deploy/kubernetes-1.13/hostpath/csi-hostpath-plugin.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ spec:
101101
name: plugins-dir
102102

103103
- name: liveness-probe
104-
imagePullPolicy: Always
105104
volumeMounts:
106105
- mountPath: /csi
107106
name: socket-dir

deploy/master/hostpath/csi-hostpath-plugin.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ spec:
101101
name: plugins-dir
102102

103103
- name: liveness-probe
104-
imagePullPolicy: Always
105104
volumeMounts:
106105
- mountPath: /csi
107106
name: socket-dir

0 commit comments

Comments
 (0)