Skip to content

Instantly share code, notes, and snippets.

@eh-am
Created May 1, 2017 13:39
Show Gist options
  • Save eh-am/5f08b5b7fa48da00e19f3935cb106b56 to your computer and use it in GitHub Desktop.
Save eh-am/5f08b5b7fa48da00e19f3935cb106b56 to your computer and use it in GitHub Desktop.
Helm - delete all releases
# obviously we can add grep to filter releases
helm list | cut -f1 | tail -n +2 | xargs -t helm delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment