02-alm-operator.rolebinding.yaml 442 B

12345678910111213141516
  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: operator-lifecycle-manager