diff --git a/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.10.1-values.template b/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.10.1-values.template index 1b62e14b91..d0e5587c30 100644 --- a/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.10.1-values.template +++ b/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.10.1-values.template @@ -237,6 +237,24 @@ csi-vxflexos: enabled: $VG_SNAPSHOT_ENABLED podmon: enabled: $RESILIENCY_ENABLED + controller: + args: + - "--csisock=unix:/var/run/csi/csi.sock" + - "--labelvalue=csi-vxflexos" + - "--mode=controller" + - "--skipArrayConnectionValidation=false" + - "--driver-config-params=/vxflexos-config-params/driver-config-params.yaml" + - "--driverPodLabelValue=dell-storage" + - "--ignoreVolumelessPods=false" + node: + args: + - "--csisock=unix:/var/lib/kubelet/plugins/vxflexos.emc.dell.com/csi_sock" + - "--labelvalue=csi-vxflexos" + - "--mode=node" + - "--leaderelection=false" + - "--driver-config-params=/vxflexos-config-params/driver-config-params.yaml" + - "--driverPodLabelValue=dell-storage" + - "--ignoreVolumelessPods=false" authorization: enabled: $AUTHORIZATION_ENABLED proxyHost: $AUTHORIZATION_PROXY_HOST @@ -398,6 +416,26 @@ csi-unity: maxUnityVolumesPerNode: $MAX_VOLUMES_PER_NODE podmon: enabled: $RESILIENCY_ENABLED + controller: + args: + - "--csisock=unix:/var/run/csi/csi.sock" + - "--labelvalue=csi-unity" + - "--driverPath=csi-unity.dellemc.com" + - "--mode=controller" + - "--skipArrayConnectionValidation=false" + - "--driver-config-params=/unity-config/driver-config-params.yaml" + - "--driverPodLabelValue=dell-storage" + - "--ignoreVolumelessPods=false" + node: + args: + - "--csisock=unix:/var/lib/kubelet/plugins/unity.emc.dell.com/csi_sock" + - "--labelvalue=csi-unity" + - "--driverPath=csi-unity.dellemc.com" + - "--mode=node" + - "--leaderelection=false" + - "--driver-config-params=/unity-config/driver-config-params.yaml" + - "--driverPodLabelValue=dell-storage" + - "--ignoreVolumelessPods=false" ## K8S/Replication Module ATTRIBUTES ########################################## diff --git a/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.9.3-values.template b/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.9.3-values.template index aea7a6f51f..840c1d7321 100644 --- a/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.9.3-values.template +++ b/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.9.3-values.template @@ -237,6 +237,24 @@ csi-vxflexos: enabled: $VG_SNAPSHOT_ENABLED podmon: enabled: $RESILIENCY_ENABLED + controller: + args: + - "--csisock=unix:/var/run/csi/csi.sock" + - "--labelvalue=csi-vxflexos" + - "--mode=controller" + - "--skipArrayConnectionValidation=false" + - "--driver-config-params=/vxflexos-config-params/driver-config-params.yaml" + - "--driverPodLabelValue=dell-storage" + - "--ignoreVolumelessPods=false" + node: + args: + - "--csisock=unix:/var/lib/kubelet/plugins/vxflexos.emc.dell.com/csi_sock" + - "--labelvalue=csi-vxflexos" + - "--mode=node" + - "--leaderelection=false" + - "--driver-config-params=/vxflexos-config-params/driver-config-params.yaml" + - "--driverPodLabelValue=dell-storage" + - "--ignoreVolumelessPods=false" authorization: enabled: $AUTHORIZATION_ENABLED proxyHost: $AUTHORIZATION_PROXY_HOST @@ -398,6 +416,26 @@ csi-unity: maxUnityVolumesPerNode: $MAX_VOLUMES_PER_NODE podmon: enabled: $RESILIENCY_ENABLED + controller: + args: + - "--csisock=unix:/var/run/csi/csi.sock" + - "--labelvalue=csi-unity" + - "--driverPath=csi-unity.dellemc.com" + - "--mode=controller" + - "--skipArrayConnectionValidation=false" + - "--driver-config-params=/unity-config/driver-config-params.yaml" + - "--driverPodLabelValue=dell-storage" + - "--ignoreVolumelessPods=false" + node: + args: + - "--csisock=unix:/var/lib/kubelet/plugins/unity.emc.dell.com/csi_sock" + - "--labelvalue=csi-unity" + - "--driverPath=csi-unity.dellemc.com" + - "--mode=node" + - "--leaderelection=false" + - "--driver-config-params=/unity-config/driver-config-params.yaml" + - "--driverPodLabelValue=dell-storage" + - "--ignoreVolumelessPods=false" ## K8S/Replication Module ATTRIBUTES ##########################################