Skip to content

Commit

Permalink
make roundoff_file_system param default to true (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
shefali-malhotra authored and shaynafinocchiaro committed Jul 26, 2024
1 parent 550359b commit 6c6705f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/csi-powerstore/templates/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ spec:
- name: GOPOWERSTORE_DEBUG
value: "true"
- name: CSI_AUTO_ROUND_OFF_FILESYSTEM_SIZE
value: "{{ .Values.allowAutoRoundOffFilesystemSize | default false }}"
value: "{{ .Values.allowAutoRoundOffFilesystemSize | default true }}"
volumeMounts:
- name: socket-dir
mountPath: /var/run/csi
Expand Down

0 comments on commit 6c6705f

Please sign in to comment.