Updating SCM Configuration using Helm
This topic describes the steps to update the SCM configuration 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>
The variables in the example have the following values:
<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>
In the example,
<namespace>
is the SCM namespace.