Last active
August 9, 2019 23:59
-
-
Save yindia/f7067047c1ba7ef53ea4956f9025632a 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/v1beta1 | |
kind: ClusterRoleBinding | |
metadata: | |
name: prom-rbac | |
subjects: | |
- kind: User | |
name: yuvraj@zoop.one | |
roleRef: | |
kind: ClusterRole | |
name: prom-admin | |
apiGroup: rbac.authorization.k8s.io |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment