Skip to content

Commit

Permalink
fix: sidecars.snapshotter.logLevel not being respect
Browse files Browse the repository at this point in the history
  • Loading branch information
zyue110026 authored Jul 30, 2024
1 parent 93dd985 commit dc37a04
Showing 1 changed file with 1 addition 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

0 comments on commit dc37a04

Please sign in to comment.