# copied from https://git.io/fj3m5. used oc convert -f your_file > # deploy/olm-catalog/manifests/0.0.2/dsaas-cluster-admin.ClusterRole.yaml kind: ClusterRole apiVersion: rbac.authorization.k8s.io/v1 metadata: annotations: authorization.openshift.io/system-only: "true" name: dsaas-cluster-admin rules: - apiGroups: - "" - oauth.openshift.io resources: - oauthclients - limitranges - resourcequotas verbs: - create - delete - get - list - patch - update - watch - apiGroups: - "" - authorization.openshift.io resources: - rolebindingrestrictions verbs: - create - delete - get - list - patch - update - watch - apiGroups: - "" - build.openshift.io resources: - builds verbs: - get - list - watch - apiGroups: - "" - apps.openshift.io resources: - deploymentconfigs verbs: - get - list - watch - apiGroups: - "" resources: - resourcequotas - limitranges verbs: - create - delete - get - list - patch - update - watch