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 14:51:12 UTC

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

nicolaferraro 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_r400254180
 
 

 ##########
 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:
   @astefanutti this is auto-generated from the OLM role file. Does this need to be a role or a clusterrole? I'm not sure, since you deal with a cluster resource but you want to bind it locally...
   
   I've left it as you did

----------------------------------------------------------------
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