Created
January 5, 2021 17:11
-
-
Save warroyo/9984a4e7ec1ee667153613153c8670ea 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