lburgazzoli edited a comment on issue #1898:
URL: https://github.com/apache/camel-k/issues/1898#issuecomment-758435687
the `hotrod-client.properties` is not automatically loaded by camel-k as the
config maps are not in the classpath and you should configure quarkus/camel
about where to find it similar to what you do with
`quarkus.infinispan-client.trust-store` but it does not look like there is such
option in quarkus-infinispan.
For camel it should be something like:
```
camel.component.infinispan.configuration.configuration-uri =
file:{{env:CAMEL_K_MOUNT_PATH_CONFIGMAPS}}/camelk-rhdg-client-confi/hotrod-client.properties
```
----------------------------------------------------------------
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:
[email protected]