This is an automated email from the ASF dual-hosted git repository.

cdeppisch pushed a commit to branch release-2.3.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-2.3.x by this push:
     new 00be18d58 Adding eventing core types on RBAC
00be18d58 is described below

commit 00be18d584fc1d05846f6d9b040d2717ec519937
Author: Matthias Wessendorf <mwess...@redhat.com>
AuthorDate: Wed Apr 24 11:49:43 2024 +0200

    Adding eventing core types on RBAC
    
    Signed-off-by: Matthias Wessendorf <mwess...@redhat.com>
---
 helm/camel-k/templates/operator-cluster-roles.yaml | 3 +++
 helm/camel-k/templates/operator-role.yaml          | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/helm/camel-k/templates/operator-cluster-roles.yaml 
b/helm/camel-k/templates/operator-cluster-roles.yaml
index 1fd76bf40..367ed7ca5 100644
--- a/helm/camel-k/templates/operator-cluster-roles.yaml
+++ b/helm/camel-k/templates/operator-cluster-roles.yaml
@@ -294,6 +294,7 @@ rules:
   - eventing.knative.dev
   resources:
   - triggers
+  - brokers
   verbs:
   - create
   - delete
@@ -305,6 +306,8 @@ rules:
   - messaging.knative.dev
   resources:
   - subscriptions
+  - channels
+  - inmemorychannels
   verbs:
   - create
   - delete
diff --git a/helm/camel-k/templates/operator-role.yaml 
b/helm/camel-k/templates/operator-role.yaml
index ff1d804a1..4ddf75fad 100644
--- a/helm/camel-k/templates/operator-role.yaml
+++ b/helm/camel-k/templates/operator-role.yaml
@@ -231,6 +231,7 @@ rules:
   - eventing.knative.dev
   resources:
   - triggers
+  - brokers
   verbs:
   - create
   - delete
@@ -242,6 +243,8 @@ rules:
   - messaging.knative.dev
   resources:
   - subscriptions
+  - channels
+  - inmemorychannels
   verbs:
   - create
   - delete

Reply via email to