Skip to content

Instantly share code, notes, and snippets.

@bbalakriz
Created August 30, 2022 11:08
Show Gist options
  • Save bbalakriz/6850792083771caff2480f60e88c338c to your computer and use it in GitHub Desktop.
Save bbalakriz/6850792083771caff2480f60e88c338c to your computer and use it in GitHub Desktop.
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: user-cluster-role
rules:
- apiGroups:
- config.openshift.io
resources:
- clusteroperators
verbs:
- get
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment