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

squakez 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 baf50ee27 chore(rbac): unused resource
baf50ee27 is described below

commit baf50ee27e5bd6736c9a97d2efd054bf96a7a41a
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue May 19 17:09:26 2026 +0200

    chore(rbac): unused resource
---
 helm/camel-k/templates/rbacs-descoped.yaml                    | 1 -
 helm/camel-k/templates/rbacs-namespaced.yaml                  | 1 -
 pkg/resources/config/rbac/descoped/operator-cluster-role.yaml | 1 -
 pkg/resources/config/rbac/namespaced/operator-role.yaml       | 1 -
 4 files changed, 4 deletions(-)

diff --git a/helm/camel-k/templates/rbacs-descoped.yaml 
b/helm/camel-k/templates/rbacs-descoped.yaml
index 7424869a8..8f0458fa8 100644
--- a/helm/camel-k/templates/rbacs-descoped.yaml
+++ b/helm/camel-k/templates/rbacs-descoped.yaml
@@ -192,7 +192,6 @@ rules:
   resources:
   - roles
   - rolebindings
-  - clusterrolebindings
   verbs:
   - create
   - get
diff --git a/helm/camel-k/templates/rbacs-namespaced.yaml 
b/helm/camel-k/templates/rbacs-namespaced.yaml
index 769bcc6a1..672a2746f 100644
--- a/helm/camel-k/templates/rbacs-namespaced.yaml
+++ b/helm/camel-k/templates/rbacs-namespaced.yaml
@@ -202,7 +202,6 @@ rules:
   resources:
   - roles
   - rolebindings
-  - clusterrolebindings
   verbs:
   - create
   - get
diff --git a/pkg/resources/config/rbac/descoped/operator-cluster-role.yaml 
b/pkg/resources/config/rbac/descoped/operator-cluster-role.yaml
index 8ed6ee7ef..f5db9280e 100644
--- a/pkg/resources/config/rbac/descoped/operator-cluster-role.yaml
+++ b/pkg/resources/config/rbac/descoped/operator-cluster-role.yaml
@@ -200,7 +200,6 @@ rules:
   resources:
   - roles
   - rolebindings
-  - clusterrolebindings
   verbs:
   - create
   - get
diff --git a/pkg/resources/config/rbac/namespaced/operator-role.yaml 
b/pkg/resources/config/rbac/namespaced/operator-role.yaml
index 241087014..9071708f7 100644
--- a/pkg/resources/config/rbac/namespaced/operator-role.yaml
+++ b/pkg/resources/config/rbac/namespaced/operator-role.yaml
@@ -209,7 +209,6 @@ rules:
   resources:
   - roles
   - rolebindings
-  - clusterrolebindings
   verbs:
   - create
   - get

Reply via email to