github.com/operator-framework/operator-lifecycle-manager@v0.30.0/deploy/upstream/manifests/0.6.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: olm-operator-binding-kube-system 7 roleRef: 8 apiGroup: rbac.authorization.k8s.io 9 kind: ClusterRole 10 name: cluster-admin 11 subjects: 12 - kind: ServiceAccount 13 name: olm-operator-serviceaccount 14 namespace: kube-system