Skip to main content

MarkLogic Server on Kubernetes

Uninstall the chart

To uninstall the Helm chart, follow these steps:

  1. Enter this command: 

    helm uninstall my-release -n <namespace-release>

    release "my-release" uninstalled appears.

  2. 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.

  3. Manually delete the persistent volume claims:

    kubectl delete pvc -n <namespace-release> -l app.kubernetes.io/name=marklogic