pierDipi commented on issue #2950:
URL: https://github.com/apache/camel-k/issues/2950#issuecomment-1023537337


   The aggregated `ClusterRole` is already created, it's called 
`addressable-resolver`.
   
   This is the `ClusterRoleBinding` to bind a SA to the addressable-resolver 
`ClusterRole`
   ```yaml
   apiVersion: rbac.authorization.k8s.io/v1
   kind: ClusterRoleBinding
   metadata:
     name: camel-k-addressable-resolver
   subjects:
     - kind: ServiceAccount
       name: <camel-k-service-account>
       namespace: <camel-k-namespace>
   roleRef:
     apiGroup: rbac.authorization.k8s.io
     kind: ClusterRole
     name: addressable-resolver
   ```
   
   


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


Reply via email to