lburgazzoli opened a new issue #3165: URL: https://github.com/apache/camel-k/issues/3165
As today, a number of rbac can be found in the [repo](https://github.com/apache/camel-k/tree/main/config/rbac) but when the operator should be installed in cluster mode, then all those rbca have to be translated from namespace to cluster (Role to ClusterRole, RoleBinding to ClòusterRoleBiding) which is of course possible but not very easy. I wonder if we can generate them by default instead of having to use kustomize to transform them, i.e. we can add two additional folders: - config/rbac/namespaced - config/rbac/descoped -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org