Skip to content

Instantly share code, notes, and snippets.

@tony-kerz
Created September 10, 2018 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tony-kerz/85bcbfa718ebdc5ada84da31fe9f3e2b to your computer and use it in GitHub Desktop.
Save tony-kerz/85bcbfa718ebdc5ada84da31fe9f3e2b to your computer and use it in GitHub Desktop.
k8s notes
  • decode k8s secret
kubectl get secret watchmen-jenkins -o jsonpath --template '{.data.jenkins-admin-password}' -n watchmen | base64 --decode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment