From 9d0dc294d76d1401809b586a75e7bec000f4aa22 Mon Sep 17 00:00:00 2001 From: Russell Morrisey Date: Fri, 23 Mar 2018 15:43:54 -0400 Subject: [PATCH] Updated to mention the --purge flag on delete See: https://github.com/kubernetes/helm/issues/2332 --- docs/install_faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install_faq.md b/docs/install_faq.md index ff9ee89e6..f2eae5b48 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?**