Skip to content

Commit

Permalink
add packagemanifests/icon to aggregated OLM RBAC roles
Browse files Browse the repository at this point in the history
  • Loading branch information
alecmerdler committed Aug 22, 2019
1 parent 477a4e9 commit b3df695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ rules:
resources: ["clusterserviceversions", "catalogsources", "installplans", "subscriptions", "operatorgroups"]
verbs: ["get", "list", "watch"]
- apiGroups: ["packages.operators.coreos.com"]
resources: ["packagemanifests"]
resources: ["packagemanifests", "packagemanifests/icon"]
verbs: ["get", "list", "watch"]
2 changes: 1 addition & 1 deletion manifests/0000_50_olm_09-aggregated.clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ rules:
resources: ["clusterserviceversions", "catalogsources", "installplans", "subscriptions", "operatorgroups"]
verbs: ["get", "list", "watch"]
- apiGroups: ["packages.operators.coreos.com"]
resources: ["packagemanifests"]
resources: ["packagemanifests", "packagemanifests/icon"]
verbs: ["get", "list", "watch"]

0 comments on commit b3df695

Please sign in to comment.