Skip to content

Commit

Permalink
fix: deleted unnecessary option
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Dec 3, 2024
1 parent f3e2f86 commit c2151b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion deploy/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ spec:
- "--v=5"
- "--csi-address=$(ADDRESS)"
- "--timeout=30s"
- "--retry-interval-max=10"
env:
- name: ADDRESS
value: /var/lib/kubelet/plugins/csi.civo.com/csi.sock
Expand Down
1 change: 0 additions & 1 deletion deploy/kubernetes/04_controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ spec:
- "--v=5"
- "--csi-address=$(ADDRESS)"
- "--timeout=30s"
- "--retry-interval-max=10"
env:
- name: ADDRESS
value: /var/lib/kubelet/plugins/csi.civo.com/csi.sock
Expand Down

0 comments on commit c2151b8

Please sign in to comment.