-
-
Save laidbackware/59a8f6804f13d1bd725c3eff11184313 to your computer and use it in GitHub Desktop.
override rbac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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:[email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment