Created
November 15, 2018 10:52
-
-
Save odra/be9e8ca11ea236469c5f8b915448e4dc to your computer and use it in GitHub Desktop.
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
kind: RoleBinding | |
apiVersion: rbac.authorization.k8s.io/v1beta1 | |
metadata: | |
name: keycloak-operator-reader | |
subjects: | |
- kind: ServiceAccount | |
name: keycloak-operator | |
roleRef: | |
kind: Role | |
name: cluster-reader | |
apiGroup: rbac.authorization.k8s.io |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment