diff --git a/quarkus/addons/kubernetes/integration-tests/src/main/resources/application.properties b/quarkus/addons/kubernetes/integration-tests/src/main/resources/application.properties index 0979c469c2a..7801eebd2af 100644 --- a/quarkus/addons/kubernetes/integration-tests/src/main/resources/application.properties +++ b/quarkus/addons/kubernetes/integration-tests/src/main/resources/application.properties @@ -1 +1,2 @@ -my_service=${knative:services.v1.serving.knative.dev/default/serverless-workflow-greeting-quarkus}/path \ No newline at end of file +my_service=${knative:services.v1.serving.knative.dev/default/serverless-workflow-greeting-quarkus}/path +quarkus.native.auto-service-loader-registration=true \ No newline at end of file