Uninstalling SCM using Helm
This topic describes the steps to uninstall SCM on a Kubernetes cluster on premises or in the cloud using Helm.
To uninstall SCM using Helm:
- List the installed charts as
follows:
helm list -n <namespace>
- Uninstall all the charts as
follows:
helm uninstall <releaseName> -n <namespace>
where:
<releaseName>
is the SCM Helm chart instance identifier.<namespace>
is the SCM namespace.