Sabrina-Davis commented on issue #907: URL: https://github.com/apache/camel-karavan/issues/907#issuecomment-1752524777
> Can you post the application.properties, as I think quarkus native requires some special settings for it to work with loading kamelets resources. Hi @davsclaus I just use the default generated application.properties as below. Is there any clue about it? Much thanks. ```shell camel.health.enabled=true camel.health.exposure-level=full camel.karavan.project-id=karavan camel.karavan.project-name=karavan camel.karavan.project-description=karavan camel.karavan.target=kubernetes quarkus.container-image.build=true quarkus.container-image.group=default quarkus.container-image.name=karavan quarkus.container-image.builder=jib quarkus.jib.base-jvm-image=registry.access.redhat.com/ubi8/openjdk-17-runtime:1.16 quarkus.container-image.insecure=true quarkus.container-image.tag=${DATE} quarkus.kubernetes.deploy=true quarkus.kubernetes-client.trust-certs=true quarkus.kubernetes.image-pull-policy=if-not-present quarkus.kubernetes.labels."app.kubernetes.io/runtime"=camel quarkus.kubernetes.add-version-to-label-selectors=false quarkus.kubernetes.deployment-target=kubernetes quarkus.kubernetes.replicas=1 camel.main.source-location-enabled=true quarkus.native.resources.includes=camel/test.camel.yaml camel.main.routes-include-pattern=camel/test.camel.yaml ``` -- 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