Updated to mention the --purge flag on delete

See: https://github.com/kubernetes/helm/issues/2332
pull/3750/head
Russell Morrisey 6 years ago committed by GitHub
parent 850c8714a7
commit 9d0dc294d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -224,7 +224,7 @@ I am trying to remove stuff.
**Q: When I delete the Tiller deployment, how come all the releases are still there?**
Releases are stored in ConfigMaps inside of the `kube-system` namespace. You will
have to manually delete them to get rid of the record.
have to manually delete them to get rid of the record, or use ```helm delete --purge```.
**Q: I want to delete my local Helm. Where are all its files?**

Loading…
Cancel
Save