Skip to content

Instantly share code, notes, and snippets.

@jeffmccune
Created January 23, 2024 21:41
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 jeffmccune/39caf743d54d4233d93c4e77537f17bf to your computer and use it in GitHub Desktop.
Save jeffmccune/39caf743d54d4233d93c4e77537f17bf to your computer and use it in GitHub Desktop.
Fun here docs
# kubectl apply -f- <<...
apiVersion: v1
kind: Secret
type: kubernetes.io/service-account-token
metadata:
  name: default-creds
  annotations:
    kubernetes.io/service-account.name: default
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment