Skip to content

Instantly share code, notes, and snippets.

@a-patel
Created October 10, 2021 12:00
Show Gist options
  • Save a-patel/9c24de80598a520bc637bf46cc41fe70 to your computer and use it in GitHub Desktop.
Save a-patel/9c24de80598a520bc637bf46cc41fe70 to your computer and use it in GitHub Desktop.
Kubernetes - RBAC - Service Account
apiVersion: v1
kind: ServiceAccount
metadata:
name: build-robot
automountServiceAccountToken: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment