Skip to content

Instantly share code, notes, and snippets.

@gengen1988
Created September 25, 2018 07:15
Show Gist options
  • Save gengen1988/33ad406ef66542df644a725705db644f to your computer and use it in GitHub Desktop.
Save gengen1988/33ad406ef66542df644a725705db644f to your computer and use it in GitHub Desktop.
clean helm deleted charts
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