Skip to content

Instantly share code, notes, and snippets.

@laidbackware
Forked from warroyo/override-rbac.yml
Created May 19, 2021 14:33
Show Gist options
  • Save laidbackware/59a8f6804f13d1bd725c3eff11184313 to your computer and use it in GitHub Desktop.
Save laidbackware/59a8f6804f13d1bd725c3eff11184313 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