erick-leao commented on issue #4893: URL: https://github.com/apache/camel-k/issues/4893#issuecomment-1791781864
@lburgazzoli Oh yes, I had forgotten to mention that I had changed the k8s file to exactly what you commented on, and it had worked. when I changed the excerpt below manual: ```yaml - rest: .... to: my-rote .... - route: .... uri: my-rote .... ``` to ```yaml - rest: .... to: direct:my-rote .... - route: .... uri: direct:my-rote .... ``` That worked Here's the thread I made on Zulip: https://camel.zulipchat.com/#narrow/stream/322293-camel-karavan/topic/Configuration.20Camel.20Component.20Direct.20Build.20Error -- 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