diff --git a/charts/csi-vxflexos/templates/controller.yaml b/charts/csi-vxflexos/templates/controller.yaml index acecc2e2..0b064b32 100644 --- a/charts/csi-vxflexos/templates/controller.yaml +++ b/charts/csi-vxflexos/templates/controller.yaml @@ -424,10 +424,6 @@ spec: - name: X_CSI_NFS_ACLS value: "{{ .Values.nfsAcls }}" {{- end }} - {{- if hasKey .Values "externalAccess" }} - - name: X_CSI_POWERFLEX_EXTERNAL_ACCESS - value: "{{ .Values.externalAccess }}" - {{- end }} {{- if hasKey .Values "enableQuota" }} {{- if eq .Values.enableQuota true}} - name: X_CSI_QUOTA_ENABLED diff --git a/charts/csi-vxflexos/values.yaml b/charts/csi-vxflexos/values.yaml index ef9025cd..31cbc9fb 100644 --- a/charts/csi-vxflexos/values.yaml +++ b/charts/csi-vxflexos/values.yaml @@ -38,11 +38,6 @@ 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.