We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7089339 commit abf5e6aCopy full SHA for abf5e6a
charts/aws-ebs-csi-driver/templates/controller.yaml
@@ -318,6 +318,7 @@ spec:
318
image: {{ printf "%s%s:%s" (default "" .Values.image.containerRegistry) .Values.sidecars.snapshotter.image.repository .Values.sidecars.snapshotter.image.tag }}
319
imagePullPolicy: {{ default .Values.image.pullPolicy .Values.sidecars.snapshotter.image.pullPolicy }}
320
args:
321
+ - --timeout=60s
322
- --csi-address=$(ADDRESS)
323
- --leader-election=true
324
- --v={{ .Values.sidecars.snapshotter.logLevel }}
0 commit comments