From f55844661c0c1f8f3f42b1ddbd111623aa38f71f Mon Sep 17 00:00:00 2001 From: KshitijaKakde <111420075+KshitijaKakde@users.noreply.github.com> Date: Tue, 8 Aug 2023 14:53:10 +0530 Subject: [PATCH] PowerFlex v2.8.0 release (#250) --- charts/csi-vxflexos/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/charts/csi-vxflexos/values.yaml b/charts/csi-vxflexos/values.yaml index dd890f46..c7d74a65 100644 --- a/charts/csi-vxflexos/values.yaml +++ b/charts/csi-vxflexos/values.yaml @@ -38,6 +38,11 @@ kubeletConfigDir: /var/lib/kubelet # Default value: none defaultFsType: ext4 +# externalAccess: allows to specify additional entries for host to access NFS volumes. Both single IP address and subnet are valid entries. +# Allowed Values: x.x.x.x/xx or x.x.x.x +# Default Value: None +externalAccess: + # imagePullPolicy: Policy to determine if the image should be pulled prior to starting the container. # Allowed values: # Always: Always pull the image.