21-aggregated-view.clusterrole.yaml 454 B

12345678910111213
  1. ##---
  2. # Source: olm/templates/21-aggregated-view.clusterrole.yaml
  3. kind: ClusterRole
  4. apiVersion: rbac.authorization.k8s.io/v1
  5. metadata:
  6. name: aggregate-olm-view
  7. labels:
  8. # Add these permissions to the "view" default roles
  9. rbac.authorization.k8s.io/aggregate-to-view: "true"
  10. rules:
  11. - apiGroups: ["operators.coreos.com"]
  12. resources: ["clusterserviceversions", "catalogsources", "installplans", "subscriptions"]
  13. verbs: ["get", "list", "watch"]