github.com/operator-framework/operator-lifecycle-manager@v0.30.0/deploy/upstream/manifests/0.4.0/02-alm-operator.rolebinding.yaml (about)

     1  ##---
     2  # Source: olm/templates/02-alm-operator.rolebinding.yaml
     3  apiVersion: rbac.authorization.k8s.io/v1
     4  kind: ClusterRoleBinding
     5  metadata:
     6    name: alm-operator-binding
     7    labels:
     8      tectonic-operators.coreos.com/managed-by: tectonic-x-operator
     9  roleRef:
    10    apiGroup: rbac.authorization.k8s.io
    11    kind: ClusterRole
    12    name: cluster-admin
    13  subjects:
    14  - kind: ServiceAccount
    15    name: alm-operator-serviceaccount
    16    namespace: kube-system