Skip to content

Instantly share code, notes, and snippets.

@ovitente
Created December 8, 2020 09:41
Show Gist options
  • Save ovitente/09f00ddaaed6dff3478968620846f8d9 to your computer and use it in GitHub Desktop.
Save ovitente/09f00ddaaed6dff3478968620846f8d9 to your computer and use it in GitHub Desktop.
Decoding kube secret
kubectl get secret <secret_name> -o jsonpath='{.data}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment