Uninstalling a Chart

To uninstall/delete a Chart with release name my-release invoke the following command:
helm delete --purge my-release
Note:
This command removes all the Kubernetes components associated with the Chart and deletes the Release. Certain Kubernetes resources created as an installation pre-requisite for the Chart will not be deleted using the helm delete command. You will have to manually delete the following resources:
  • The persistent volume
  • The secret