Skip to content

Commit

Permalink
Merge branch 'kubernetes-sigs:master' into stringInterpolationExistin…
Browse files Browse the repository at this point in the history
…gVolMod
  • Loading branch information
mdzraf authored Jul 31, 2024
2 parents 8b16943 + aeb6a02 commit 1835cc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/aws-ebs-csi-driver/templates/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ spec:
args:
- --csi-address=$(ADDRESS)
- --leader-election=true
- --v={{ .Values.sidecars.snapshotter.logLevel }}
{{- if .Values.controller.extraCreateMetadata }}
- --extra-create-metadata
{{- end}}
Expand Down
1 change: 1 addition & 0 deletions deploy/kubernetes/base/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ spec:
args:
- --csi-address=$(ADDRESS)
- --leader-election=true
- --v=2
- --extra-create-metadata
- --kube-api-qps=20
- --kube-api-burst=100
Expand Down

0 comments on commit 1835cc0

Please sign in to comment.