Skip to content

Instantly share code, notes, and snippets.

@jeremymv2
Created November 21, 2022 13:35
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 jeremymv2/17be2fb8964089c5f12e417fe2a56439 to your computer and use it in GitHub Desktop.
Save jeremymv2/17be2fb8964089c5f12e417fe2a56439 to your computer and use it in GitHub Desktop.
Make group cluster admins
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: qadev-team-cluster-admin
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: Group
name: Developer_QA
apiGroup: rbac.authorization.k8s.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment