aggregated-view.clusterrole.yaml 388 B

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