From 8f2332a51fff9a2906f9b2d5991b7628954a1a99 Mon Sep 17 00:00:00 2001 From: Khare Date: Fri, 4 Aug 2023 21:42:50 +0530 Subject: [PATCH] fix added for boolean value --- helm/csi-vxflexos/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/csi-vxflexos/values.yaml b/helm/csi-vxflexos/values.yaml index 8856f057..5c0f9f44 100644 --- a/helm/csi-vxflexos/values.yaml +++ b/helm/csi-vxflexos/values.yaml @@ -72,7 +72,7 @@ nfsAcls: "0777" # false: do not set quota for volume # Optional: true # Default value: none -enableQuota: "false" +enableQuota: false # "enablesnapshotcgdelete"- a boolean that, when enabled, will delete all snapshots in a consistency group # everytime a snap in the group is deleted