Skip to content

Commit d62c562

Browse files
committed
Regenerate bundle to fix route RBAC
Signed-off-by: Leonardo Milleri <lmilleri@redhat.com>
1 parent 546e3f0 commit d62c562

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

bundle/manifests/trustee-operator.clusterserviceversion.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,18 @@ spec:
120120
- get
121121
- list
122122
- watch
123+
- apiGroups:
124+
- route.openshift.io
125+
resources:
126+
- routes
127+
verbs:
128+
- create
129+
- delete
130+
- get
131+
- list
132+
- patch
133+
- update
134+
- watch
123135
- apiGroups:
124136
- authentication.k8s.io
125137
resources:

0 commit comments

Comments
 (0)