Skip to content

Commit 6c6705f

Browse files
shefali-malhotrashaynafinocchiaro
authored andcommitted
make roundoff_file_system param default to true (#463)
1 parent 550359b commit 6c6705f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/csi-powerstore/templates/controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ spec:
438438
- name: GOPOWERSTORE_DEBUG
439439
value: "true"
440440
- name: CSI_AUTO_ROUND_OFF_FILESYSTEM_SIZE
441-
value: "{{ .Values.allowAutoRoundOffFilesystemSize | default false }}"
441+
value: "{{ .Values.allowAutoRoundOffFilesystemSize | default true }}"
442442
volumeMounts:
443443
- name: socket-dir
444444
mountPath: /var/run/csi

0 commit comments

Comments
 (0)