123456789101112 |
- kind: ClusterRole
- apiVersion: rbac.authorization.k8s.io/v1
- metadata:
- name: aggregate-olm-edit
- labels:
- # Add these permissions to the "admin" and "edit" default roles.
- rbac.authorization.k8s.io/aggregate-to-admin: "true"
- rbac.authorization.k8s.io/aggregate-to-edit: "true"
- rules:
- - apiGroups: ["operators.coreos.com"]
- resources: ["clusterserviceversions", "catalogsources", "installplans", "subscriptions"]
- verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
|