Uninstall the chart
To uninstall the Helm chart, follow these steps:
Enter this command:
helm uninstall my-release -n <namespace-release>
release "my-release" uninstalled
appears.Verify the uninstall was successful with this command:
helm list --all-namespaces
An entry named "my-release" (or the release name you chose) should no longer appear.
Manually delete the persistent volume claims:
kubectl delete pvc -n <namespace-release> -l app.kubernetes.io/name=marklogic