nicolaferraro commented on a change in pull request #723: Automatically configure global build strategy URL: https://github.com/apache/camel-k/pull/723#discussion_r290732477
########## File path: deploy/operator-role-kubernetes.yaml ########## @@ -20,6 +20,9 @@ rules: - persistentvolumeclaims - configmaps - secrets + - serviceaccounts + - roles + - rolebindings Review comment: Yeah, right.. let me explain.. I've added sas, roles and rbs here mostly thinking to future usage, but they are not needed actually. The only thing needed here is view permission for sas because the code checks its existence (but probably can be removed.. let me clean this up a bit). To install the operator clusterwide, instead, you need to provide those 3 permissions at cluster level and we'll do it in the olm csv. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
