github.com/operator-framework/operator-lifecycle-manager@v0.30.0/deploy/upstream/manifests/0.7.0/21-aggregated-view.clusterrole.yaml (about) 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", "packagemanifests"] 13 verbs: ["get", "list", "watch"]