KubernetesSecretsGet secret values in JSONkubectl get secrets my-secret -o json | jq '.data | map_values(@base64d)'