christophd commented on issue #5047:
URL: https://github.com/apache/camel-k/issues/5047#issuecomment-1885511629
A workaround for this is to set the service discovery path as a Maven
setting on the IntegrationPlatform
For Camel 4.0 runtime:
```
k patch itp camel-k --type=merge -p
'{"spec":{"build":{"maven":{"properties":{"quarkus.camel.service.discovery.include-patterns":
"META-INF/services/org/apache/camel/datatype/transformer/*"}}}}}'
```
For Camel 4.2 runtime:
```
k patch itp camel-k --type=merge -p
'{"spec":{"build":{"maven":{"properties":{"quarkus.camel.service.discovery.include-patterns":
"META-INF/services/org/apache/camel/transformer/*"}}}}}'
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]