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

tsato 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 b0e974efa fix(rbac): missing clusterrolebinding permission
b0e974efa is described below

commit b0e974efa4669ccafa9a102d8e1b2a91f566c4a7
Author: Claudio Miranda <clau...@claudius.com.br>
AuthorDate: Mon Aug 15 17:17:40 2022 -0300

    fix(rbac): missing clusterrolebinding permission
---
 config/rbac/operator-role.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/rbac/operator-role.yaml b/config/rbac/operator-role.yaml
index 0941d6ee2..ad20a917c 100644
--- a/config/rbac/operator-role.yaml
+++ b/config/rbac/operator-role.yaml
@@ -109,6 +109,7 @@ rules:
   resources:
   - roles
   - rolebindings
+  - clusterrolebindings
   verbs:
   - create
   - delete

Reply via email to