Skip to content

Instantly share code, notes, and snippets.

@ipedrazas
Created August 8, 2019 10:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ipedrazas/c1ff50b9e47ff8210d736f61cd3f6db9 to your computer and use it in GitHub Desktop.
Save ipedrazas/c1ff50b9e47ff8210d736f61cd3f6db9 to your computer and use it in GitHub Desktop.
Delete all helm releases
helm ls --all --short | xargs -L1 helm delete --purge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment