Skip to content

Commit a96b2b8

Browse files
Merge pull request #1005 from alecmerdler/bugzilla-1744490
Bug 1744490: Add RBAC for PackageManifest Icon Subresource
2 parents 55d504a + b3df695 commit a96b2b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ rules:
2828
resources: ["clusterserviceversions", "catalogsources", "installplans", "subscriptions", "operatorgroups"]
2929
verbs: ["get", "list", "watch"]
3030
- apiGroups: ["packages.operators.coreos.com"]
31-
resources: ["packagemanifests"]
31+
resources: ["packagemanifests", "packagemanifests/icon"]
3232
verbs: ["get", "list", "watch"]

manifests/0000_50_olm_09-aggregated.clusterrole.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ rules:
2828
resources: ["clusterserviceversions", "catalogsources", "installplans", "subscriptions", "operatorgroups"]
2929
verbs: ["get", "list", "watch"]
3030
- apiGroups: ["packages.operators.coreos.com"]
31-
resources: ["packagemanifests"]
31+
resources: ["packagemanifests", "packagemanifests/icon"]
3232
verbs: ["get", "list", "watch"]

0 commit comments

Comments
 (0)