Skip to content

Commit

Permalink
Merge pull request #37 from pohly/livenessprobe-image-pull-policy
Browse files Browse the repository at this point in the history
deploy: remove imagePullPolicy for livenessprobe
  • Loading branch information
k8s-ci-robot committed Apr 11, 2019
2 parents a72d13d + a05cf10 commit fc52d13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion deploy/kubernetes-1.13/hostpath/csi-hostpath-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ spec:
name: plugins-dir

- name: liveness-probe
imagePullPolicy: Always
volumeMounts:
- mountPath: /csi
name: socket-dir
Expand Down
1 change: 0 additions & 1 deletion deploy/master/hostpath/csi-hostpath-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ spec:
name: plugins-dir

- name: liveness-probe
imagePullPolicy: Always
volumeMounts:
- mountPath: /csi
name: socket-dir
Expand Down

0 comments on commit fc52d13

Please sign in to comment.