- ##---
- # Source: olm/templates/20-aggregated-edit.clusterrole.yaml
- 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: ["*"]
- verbs: ["*"]
|