Created
December 28, 2019 21:42
-
-
Save AymenSegni/5a57b1352f96de2046a5c1fb5121f45e to your computer and use it in GitHub Desktop.
This file contains 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: contoso-cluster-admins | |
roleRef: | |
apiGroup: rbac.authorization.k8s.io | |
kind: ClusterRole | |
name: cluster-admin | |
subjects: | |
- apiGroup: rbac.authorization.k8s.io | |
kind: User | |
name: userPrincipalName_or_objectId |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment