astefanutti commented on code in PR #4120: URL: https://github.com/apache/camel-k/pull/4120#discussion_r1133590182
########## config/rbac/operator-role.yaml: ########## @@ -71,6 +71,7 @@ rules: - configmaps - secrets - serviceaccounts + - namespaces Review Comment: It doesn't seem like a best practice to grant all verbs on `namespaces` resources, especially `delete` and `deletecollection`. Could this be refined to the minimal set of verbs? -- 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