Skip to content

Instantly share code, notes, and snippets.

@snobu
Created March 13, 2019 08:53
Show Gist options
  • Save snobu/141cfb6f9bf9d3c46947325e2a6933af to your computer and use it in GitHub Desktop.
Save snobu/141cfb6f9bf9d3c46947325e2a6933af to your computer and use it in GitHub Desktop.
Helm cleanup failed releases
helm ls | grep FAILED | awk '{print $1}' | xargs helm delete --purge --debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment