Created
September 25, 2018 07:15
-
-
Save gengen1988/33ad406ef66542df644a725705db644f to your computer and use it in GitHub Desktop.
clean helm deleted charts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
helm ls --all | grep DELETED | awk '{print $1}' | xargs -I% helm delete % --purge |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment