You are looking at the documentation of a prior release. To read the documentation of the latest release, please
visit here.
Uninstall Stash Enterprise Edition
To uninstall Stash Enterprise edition, run the following command:
Using Helm 3
In Helm 3, release names are scoped to a namespace. So, provide the namespace you used to install the operator when installing.
$ helm uninstall stash-enterprise --namespace kube-system
Using Helm 2
$ helm delete stash-enterprise
Using YAML (with helm 3)
If you prefer to not use Helm, you can generate YAMLs from Stash chart and uninstall using kubectl
.
$ helm template stash-enterprise appscode/stash-enterprise --namespace kube-system | kubectl delete -f -