Home
Commands
Decode a secret
Decode a secret
Kubernetes
kubectl get secret <name> -o jsonpath="{.data.KEY}" | base64 -d
Copy command