Skip to content

Commit

Permalink
Merge pull request #2102 from zyue110026/master
Browse files Browse the repository at this point in the history
fix: sidecars.snapshotter.logLevel not being respect
  • Loading branch information
k8s-ci-robot authored Jul 31, 2024
2 parents 93dd985 + 10139f5 commit aeb6a02
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 aeb6a02

Please sign in to comment.