From 9df81a232647551ff0a0717b39763ace0571c0d4 Mon Sep 17 00:00:00 2001 From: boyamurthy <92081029+boyamurthy@users.noreply.github.com> Date: Tue, 5 Sep 2023 11:28:43 +0530 Subject: [PATCH] Adding new fields for powermax (#290) --- charts/container-storage-modules/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/container-storage-modules/values.yaml b/charts/container-storage-modules/values.yaml index a8212620..15fa797b 100644 --- a/charts/container-storage-modules/values.yaml +++ b/charts/container-storage-modules/values.yaml @@ -157,6 +157,10 @@ csi-powermax: fcHostName: "csi-vsphere-VC-HN" vCenterHost: "00.000.000.00" vCenterCredSecret: vcenter-creds + storageCapacity: + enabled: true + maxPowerMaxVolumesPerNode: 0 + ## CSI PowerScale ########################