Skip to content

Instantly share code, notes, and snippets.

@akhy
Created May 3, 2023 07:10
Show Gist options
  • Save akhy/9b1212bee29e45d313229adbf8a53fc4 to your computer and use it in GitHub Desktop.
Save akhy/9b1212bee29e45d313229adbf8a53fc4 to your computer and use it in GitHub Desktop.
k8s-wizardry
kubectl -n $namespace get secret $name -o json | jq -r '.data | map_values(@base64d)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment