Last active
September 23, 2020 17:16
-
-
Save linktohack/07479fb3c15803e9515510d45c47d860 to your computer and use it in GitHub Desktop.
Helm save all stacks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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