Skip to content

Commit ff677fa

Browse files
committed
update aggregate clusterrole to chart template
1 parent 6bee143 commit ff677fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deploy/chart/templates/0000_50_olm_08-aggregated.clusterrole.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ apiVersion: rbac.authorization.k8s.io/v1
1616
metadata:
1717
name: aggregate-olm-view
1818
labels:
19-
# Add these permissions to the "view" default roles
19+
# Add these permissions to the "admin", "edit" and "view" default roles
20+
rbac.authorization.k8s.io/aggregate-to-admin: "true"
21+
rbac.authorization.k8s.io/aggregate-to-edit: "true"
2022
rbac.authorization.k8s.io/aggregate-to-view: "true"
2123
rules:
2224
- apiGroups: ["operators.coreos.com"]

0 commit comments

Comments
 (0)