Skip to content

Commit 89b0fdc

Browse files
committed
fix: set longer provision time to allow account creation
1 parent afad5da commit 89b0fdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/latest/blob-csi-driver/templates/csi-blob-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
- "--csi-address=$(ADDRESS)"
3434
- "--enable-leader-election"
3535
- "--leader-election-type=leases"
36-
- "--timeout=30s"
36+
- "--timeout=60s"
3737
env:
3838
- name: ADDRESS
3939
value: /csi/csi.sock

deploy/csi-blob-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
- "--csi-address=$(ADDRESS)"
3333
- "--enable-leader-election"
3434
- "--leader-election-type=leases"
35-
- "--timeout=30s"
35+
- "--timeout=60s"
3636
env:
3737
- name: ADDRESS
3838
value: /csi/csi.sock

0 commit comments

Comments
 (0)