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

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


The following commit(s) were added to refs/heads/main by this push:
     new e9568a6f9 Adding eventing core types on RBAC
e9568a6f9 is described below

commit e9568a6f9bd42b625f1b73dd4e1290d57b6fdb24
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