Skip to content

Commit

Permalink
Adding eventing core types on RBAC
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

(cherry picked from commit apache/camel-k@00be18d58)
  • Loading branch information
matzew authored and github-actions[bot] committed Apr 25, 2024
1 parent 28bfd90 commit 03c9bbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/camel-k/templates/operator-cluster-roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ rules:
- eventing.knative.dev
resources:
- triggers
- brokers
verbs:
- create
- delete
Expand All @@ -305,6 +306,8 @@ rules:
- messaging.knative.dev
resources:
- subscriptions
- channels
- inmemorychannels
verbs:
- create
- delete
Expand Down
3 changes: 3 additions & 0 deletions helm/camel-k/templates/operator-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ rules:
- eventing.knative.dev
resources:
- triggers
- brokers
verbs:
- create
- delete
Expand All @@ -242,6 +243,8 @@ rules:
- messaging.knative.dev
resources:
- subscriptions
- channels
- inmemorychannels
verbs:
- create
- delete
Expand Down

0 comments on commit 03c9bbf

Please sign in to comment.