lburgazzoli opened a new issue, #4006: URL: https://github.com/apache/camel-quarkus/issues/4006
I'm slowly working on the migration of camel-k-runtime to camel-quarkus and one of features that camel-k has is to provide a number of configuration options to enable a kubernetes based master component. ```properties camel.k.customizer.master.configMapName = lock camel.k.customizer.master.labelKey = foo camel.k.customizer.master.labelValue = bar ``` Moving this to camel-quarkus would be probably straightforward but I want to ask what is the right name for the properties to use: ```properties quarkus.camel.master.kubernetes.name = lock quarkus.camel.master.kubernetes.label-key= lock quarkus.camel.master.kubernetes.label-value= lock ``` -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org