github.com/operator-framework/operator-lifecycle-manager@v0.30.0/deploy/upstream/manifests/0.6.0/20-aggregated-edit.clusterrole.yaml (about) 1 ##--- 2 # Source: olm/templates/20-aggregated-edit.clusterrole.yaml 3 kind: ClusterRole 4 apiVersion: rbac.authorization.k8s.io/v1 5 metadata: 6 name: aggregate-olm-edit 7 labels: 8 # Add these permissions to the "admin" and "edit" default roles. 9 rbac.authorization.k8s.io/aggregate-to-admin: "true" 10 rbac.authorization.k8s.io/aggregate-to-edit: "true" 11 rules: 12 - apiGroups: ["operators.coreos.com"] 13 resources: ["clusterserviceversions", "catalogsources", "installplans", "subscriptions"] 14 verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]