Skip to content

Commit c2151b8

Browse files
committed
fix: deleted unnecessary option
Signed-off-by: hlts2 <[email protected]>
1 parent f3e2f86 commit c2151b8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

deploy/install.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ spec:
283283
- "--v=5"
284284
- "--csi-address=$(ADDRESS)"
285285
- "--timeout=30s"
286-
- "--retry-interval-max=10"
287286
env:
288287
- name: ADDRESS
289288
value: /var/lib/kubelet/plugins/csi.civo.com/csi.sock

deploy/kubernetes/04_controller.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ spec:
7676
- "--v=5"
7777
- "--csi-address=$(ADDRESS)"
7878
- "--timeout=30s"
79-
- "--retry-interval-max=10"
8079
env:
8180
- name: ADDRESS
8281
value: /var/lib/kubelet/plugins/csi.civo.com/csi.sock

0 commit comments

Comments
 (0)