Updating SCM Configuration using Helm
This topic describes the steps to update the SCM configuration on a Kubernetes cluster on premises or in the cloud using Helm.
To update the SCM configuration:
- Go to the SCM Helm chart directory.
- Update the
values.yaml
file as required. For more information on updating thevalues.yaml
file, see Installing SCM using Helm. - Run the Helm upgrade command as
follows:
cd cloudmanager helm upgrade <releaseName> . -n <namespace>
where:
<releaseName>
is the SCM Helm chart instance identifier<namespace>
is the SCM namespace.
- Verify that the SCM pod is running after updating the configuration as
follows:
kubectl get pods -n <namespace>
where
<namespace>
is the SCM namespace.