Hi,
Creating this issue to fix two things.
1) Helm 3 removed the option of purging a delete and now it is done by default.
ISSUE: https://github.com/helm/helm/issues/5804.
2) Also, since the releases can be installed in different namespaces, helm delete should take the namespace as a flag else it won't find it cause it checks the default namespace.
These two fixes requires changing the out.sh and README.md.
@Typositoire I would be happy to contribute to this by creating a PR. :) Let me know your thoughts. Great work!!
Hi, Creating this issue to fix two things. 1) Helm 3 removed the option of purging a delete and now it is done by default. ISSUE: https://github.com/helm/helm/issues/5804. 2) Also, since the releases can be installed in different namespaces,
helm delete
should take the namespace as a flag else it won't find it cause it checks thedefault
namespace. These two fixes requires changing theout.sh
and README.md.@Typositoire I would be happy to contribute to this by creating a PR. :) Let me know your thoughts. Great work!!