Uninstall Voyager
To uninstall Voyager, 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 voyager --namespace voyager
Using YAML (with helm 3)
If you prefer to not use Helm, you can generate YAMLs from Voyager chart and uninstall using kubectl
.
$ helm template voyager oci://ghcr.io/appscode-charts/voyager \
--namespace voyager | kubectl delete -f -