Uninstalling SCM using Helm
This topic describes the steps to uninstall SCM on a Kubernetes cluster 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>The variables in the example have the following values:
<releaseName>is the SCM Helm chart instance identifier.<namespace>is the SCM namespace.