Decode a secret

Kubernetes
kubectl get secret <name> -o jsonpath="{.data.KEY}" | base64 -d