Skip to content

Commit

Permalink
Merge pull request #15 from scaleway/remove_lifecycle
Browse files Browse the repository at this point in the history
fix: remove useless lifecyle in manifest
  • Loading branch information
Sh4d1 authored Apr 15, 2020
2 parents 28e8f9a + 679c1e8 commit 767cea8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions deploy/kubernetes/scaleway-csi-v0.1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ spec:
- "--v=2"
- "--csi-address=$(CSI_ADDRESS)"
- "--kubelet-registration-path=$(KUBELET_REGISTRATION_PATH)"
lifecycle:
preStop:
exec:
command: ["/bin/sh", "-c", "rm -rf /registration/csi.scaleway.com-reg.sock /csi/csi.sock"]
env:
- name: CSI_ADDRESS
value: /csi/csi.sock
Expand Down
4 changes: 0 additions & 4 deletions deploy/kubernetes/scaleway-csi-v0.1.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ spec:
- "--v=2"
- "--csi-address=$(CSI_ADDRESS)"
- "--kubelet-registration-path=$(KUBELET_REGISTRATION_PATH)"
lifecycle:
preStop:
exec:
command: ["/bin/sh", "-c", "rm -rf /registration/csi.scaleway.com-reg.sock /csi/csi.sock"]
env:
- name: CSI_ADDRESS
value: /csi/csi.sock
Expand Down

0 comments on commit 767cea8

Please sign in to comment.