Skip to content

Instantly share code, notes, and snippets.

@warroyo
Created January 5, 2021 17:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save warroyo/9984a4e7ec1ee667153613153c8670ea to your computer and use it in GitHub Desktop.
Save warroyo/9984a4e7ec1ee667153613153c8670ea to your computer and use it in GitHub Desktop.
override rbac
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: wcp:administrators:override
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- apiGroup: rbac.authorization.k8s.io
kind: Group
name: sso:Administrators@vsphere.local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment