You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "claudio4j (via GitHub)" <gi...@apache.org> on 2023/08/19 15:03:39 UTC

[GitHub] [camel-k] claudio4j commented on issue #4676: Camel-k 2.0 - helm change role bindings from kameletbindings

claudio4j commented on issue #4676:
URL: https://github.com/apache/camel-k/issues/4676#issuecomment-1685024147

   > why the role in the clusterrole was changed from kameletbindings to bindings and why there is no pipes resource in the clusterrole/role
   > When I installed camel-k via helm there were errors in the operator access
   
   There may be some differences in the roles configuration provided by helm, there is this https://github.com/apache/camel-k/issues/4674 to verify if the roles are aligned, so we add them to the Makefile or a CI check to have them always aligned.
   
   > Why does the change crd not changes version .
   
   Which field represents the version you refers to ?
   Provide the link to the actual file, and be more specific.
   
   > In every version of camel-k you change the crd but the version is still 0.6.1
   
   That is the kubebuilder annotation which is defined in [Makefile](https://github.com/apache/camel-k/blob/main/script/Makefile#L29), do you have any concern to it ?
   ```
   controller-gen.kubebuilder.io/version: v0.6.1
   ```
   
   Perhaps, these type of questions are more suitable for a discussion forum
   https://camel.zulipchat.com/
   
   I am closing this, but please open a new bug report with detailed information about the bug, like version, files, behavior, reproducers, etc.
   
   


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org