Skip to content

Instantly share code, notes, and snippets.

@linktohack
Last active September 23, 2020 17:16
Show Gist options
  • Save linktohack/07479fb3c15803e9515510d45c47d860 to your computer and use it in GitHub Desktop.
Save linktohack/07479fb3c15803e9515510d45c47d860 to your computer and use it in GitHub Desktop.
Helm save all stacks
helm ls -A | awk 'NR > 1 { print "helm -n " $2 " get values " $1 " > " $2 "_____" $1 ".yaml" }' > run.sh && source run.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment