Skip to content

Commit

Permalink
remove explicit gcsfuse-log-severity from pod yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gargnitingoogle committed Aug 14, 2024
1 parent 6705021 commit 9149bbc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ spec:
driver: gcsfuse.csi.storage.gke.io
volumeAttributes:
bucketName: {{ .Values.bucketName }}
gcsfuseLoggingSeverity: "info"
mountOptions: "{{ .Values.gcsfuse.mountOptions }}"
{{- else if eq .Values.scenario "gcsfuse-file-cache" }}
csi:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ spec:
driver: gcsfuse.csi.storage.gke.io
volumeAttributes:
bucketName: {{ .Values.bucketName }}
gcsfuseLoggingSeverity: "info"
mountOptions: "{{ .Values.gcsfuse.mountOptions }}"
{{- else if eq .Values.scenario "gcsfuse-file-cache" }}
csi:
Expand Down

0 comments on commit 9149bbc

Please sign in to comment.