Skip to content

Commit fc52d13

Browse files
authored
Merge pull request #37 from pohly/livenessprobe-image-pull-policy
deploy: remove imagePullPolicy for livenessprobe
2 parents a72d13d + a05cf10 commit fc52d13

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)