Skip to content

Commit 1df7ca9

Browse files
committed
chore: increase retry-interval-max in snapshot controller
1 parent 576428a commit 1df7ca9

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed
23 Bytes
Binary file not shown.

charts/latest/azurefile-csi-driver/templates/csi-snapshot-controller.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ spec:
8989
- "--v=2"
9090
- "--leader-election=true"
9191
- "--leader-election-namespace={{ .Release.Namespace }}"
92+
- "--retry-interval-max=30m"
9293
resources: {{- toYaml .Values.snapshot.snapshotController.resources | nindent 12 }}
9394
imagePullPolicy: {{ .Values.snapshot.image.csiSnapshotController.pullPolicy }}
9495
securityContext:

deploy/csi-snapshot-controller.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ spec:
5050
- "--v=2"
5151
- "--leader-election=true"
5252
- "--leader-election-namespace=kube-system"
53+
- "--retry-interval-max=30m"
5354
resources:
5455
limits:
5556
memory: 500Mi

0 commit comments

Comments
 (0)