From 8608803f9b478f811f89794072d386461e6dda3a Mon Sep 17 00:00:00 2001 From: tssushma <98810659+tssushma@users.noreply.github.com> Date: Fri, 26 May 2023 14:07:54 +0530 Subject: [PATCH] Update values.yaml Enabled the storageCapacityTracking by default to true --- helm/csi-powermax/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/csi-powermax/values.yaml b/helm/csi-powermax/values.yaml index 1249a032..c95f1cdb 100644 --- a/helm/csi-powermax/values.yaml +++ b/helm/csi-powermax/values.yaml @@ -419,8 +419,8 @@ storageCapacity: # Allowed values: # true: enable storage capacity tracking # false: disable storage capacity tracking - # Default value: false - enabled: false + # Default value: true + enabled: true # pollInterval : Configure how often external-provisioner polls the driver to detect changed capacity # Allowed values: 1m,2m,3m,...,10m,...,60m etc # Default value: 5m