Skip to content

Commit

Permalink
fix: increase snapshot timeout to 20min
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Sep 29, 2023
1 parent afd7b02 commit bcb1e52
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified charts/latest/azuredisk-csi-driver-v1.28.3.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ spec:
- "-leader-election"
- "--leader-election-namespace={{ .Release.Namespace }}"
- "-v=2"
- "--timeout=1200s"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azuredisk-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
- "-leader-election"
- "--leader-election-namespace=kube-system"
- "--v=2"
- "--timeout=600s"
- "--timeout=1200s"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand Down

0 comments on commit bcb1e52

Please sign in to comment.