Skip to content

Commit 0b05c1e

Browse files
authored
🐛 Fix operator permissions for extensions and tasks (#332)
Signed-off-by: Jason Montleon <[email protected]>
1 parent 61e60c4 commit 0b05c1e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

bundle/manifests/konveyor-operator.clusterserviceversion.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ metadata:
2020
categories: Modernization & Migration
2121
certified: "false"
2222
containerImage: quay.io/konveyor/tackle2-operator:latest
23-
createdAt: "2024-06-05T18:28:14Z"
23+
createdAt: "2024-06-07T13:22:33Z"
2424
description: Konveyor is an open-source application modernization platform that
2525
helps organizations safely and predictably modernize applications to Kubernetes
2626
at scale.
@@ -331,6 +331,8 @@ spec:
331331
- tackles/status
332332
- tackles/finalizers
333333
- addons
334+
- extensions
335+
- tasks
334336
verbs:
335337
- create
336338
- delete

helm/templates/rbac/role.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ rules:
9797
- tackles/status
9898
- tackles/finalizers
9999
- addons
100+
- extensions
101+
- tasks
100102
verbs:
101103
- create
102104
- delete

0 commit comments

Comments
 (0)