diff --git a/docs/install_faq.md b/docs/install_faq.md index ff9ee89e6843ad35e5fcc1628a0d4b17e0d38c1f..f2eae5b48b9b70e0114c72e586ff99befd18b83e 100644 --- a/docs/install_faq.md +++ b/docs/install_faq.md @@ -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?**