You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/03/30 15:38:31 UTC

[GitHub] [camel-k] astefanutti commented on a change in pull request #1380: Fix #1379: make download link available also when installing from operator hub

astefanutti commented on a change in pull request #1380: Fix #1379: make download link available also when installing from operator hub
URL: https://github.com/apache/camel-k/pull/1380#discussion_r400291602
 
 

 ##########
 File path: deploy/olm-catalog/camel-k/1.0.0-snapshot/camel-k.v1.0.0-snapshot.clusterserviceversion.yaml
 ##########
 @@ -385,6 +401,14 @@ spec:
           - patch
           - update
           - watch
+        - apiGroups:
+          - rbac.authorization.k8s.io
+          resourceNames:
+          - system:image-builder
+          resources:
+          - clusterroles
+          verbs:
+          - bind
 
 Review comment:
   IIRC, I think a role is enough as it is granted for the operator SA in its namespace.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services