Unverified Commit 94a5f3a1 authored by Matthew Fisher's avatar Matthew Fisher Committed by GitHub

Merge pull request #3750 from rmorrise/patch-1

Updated to mention the --purge flag on delete
parents 850c8714 9d0dc294
......@@ -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?**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment