diff --git a/content/docs/getting-started/installation/installationwizard/src/templates/helm/csm-1.15.0-values.template b/content/docs/getting-started/installation/installationwizard/src/templates/helm/csm-1.15.0-values.template index 95c603393d..60ab49bef3 100644 --- a/content/docs/getting-started/installation/installationwizard/src/templates/helm/csm-1.15.0-values.template +++ b/content/docs/getting-started/installation/installationwizard/src/templates/helm/csm-1.15.0-values.template @@ -26,6 +26,8 @@ csi-powerstore: # CSM sidecars replication: image: quay.io/dell/container-storage-modules/dell-csi-replicator:v1.13.0 + authorization: + image: quay.io/dell/container-storage-modules/csm-authorization-sidecar:v2.3.0 podmon: image: quay.io/dell/container-storage-modules/podmon:v1.14.0 metadataretriever: @@ -76,6 +78,10 @@ csi-powerstore: # - key: "powerstore.podmon.storage.dell.com" # operator: "Exists" # effect: "NoSchedule" + authorization: + enabled: $AUTHORIZATION_ENABLED + proxyHost: $AUTHORIZATION_PROXY_HOST + skipCertificateValidation: $AUTHORIZATION_SKIP_CERTIFICATE_VALIDATION storageCapacity: enabled: $STORAGE_CAPACITY_ENABLED podmon: @@ -547,10 +553,6 @@ csi-unity: # - key: "isilon.podmon.storage.dell.com" # operator: "Exists" # effect: "NoSchedule" - authorization: - enabled: $AUTHORIZATION_ENABLED - proxyHost: $AUTHORIZATION_PROXY_HOST - skipCertificateValidation: $AUTHORIZATION_SKIP_CERTIFICATE_VALIDATION storageCapacity: enabled: $STORAGE_CAPACITY_ENABLED maxUnityVolumesPerNode: $MAX_VOLUMES_PER_NODE diff --git a/content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-powerstore-1.15.0.template b/content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-powerstore-1.15.0.template index bf0107026c..6a0bf84053 100644 --- a/content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-powerstore-1.15.0.template +++ b/content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-powerstore-1.15.0.template @@ -195,7 +195,7 @@ spec: # Authorization: enable csm-authorization for RBAC - name: authorization # enabled: Enable/Disable csm-authorization - enabled: false + enabled: $AUTHORIZATION_ENABLED configVersion: v2.3.0 components: - name: karavi-authorization-proxy @@ -205,11 +205,11 @@ spec: # proxyHost: hostname of the csm-authorization server # Default value: none - name: "PROXY_HOST" - value: "csm-authorization.com" + value: "$AUTHORIZATION_PROXY_HOST" # skipCertificateValidation: Enable/Disable certificate validation of the csm-authorization server # Default value: "true" - name: "SKIP_CERTIFICATE_VALIDATION" - value: "true" + value: "$AUTHORIZATION_SKIP_CERTIFICATE_VALIDATION" - name: resiliency # enabled: Enable/Disable Resiliency feature # Allowed values: