Created
May 3, 2023 07:10
-
-
Save akhy/9b1212bee29e45d313229adbf8a53fc4 to your computer and use it in GitHub Desktop.
k8s-wizardry
This file contains 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
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