Skip to content

Instantly share code, notes, and snippets.

@utkuozdemir
Last active February 9, 2021 17:12
Show Gist options
  • Save utkuozdemir/8e314ed5d9cb0546f83bd2125bf9a4f0 to your computer and use it in GitHub Desktop.
Save utkuozdemir/8e314ed5d9cb0546f83bd2125bf9a4f0 to your computer and use it in GitHub Desktop.
# get all values of all installed charts
helm ls -A | tail -n +2 | awk '{print "--namespace " $2 " " $1}' | xargs -L 1 helm get values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment