Using helm is super cool, but what is the purpose of using helm delete --purge
I can see the doc says:remove the release from the store and make its name free for later use
So what is the purpose of saving the name and not releasing it with helm delete
?
helm delete --purge $(helm ls --deleted -q)
– Insistency