squakez commented on issue #5752: URL: https://github.com/apache/camel-k/issues/5752#issuecomment-2277892656
Okey, I think I got to understand what's going on. Camel K is using a server side patch based application of the resources, and this is triggering some webhook on the Knative side. The webhook is not triggered when you're running this via CLI and the same could be prevented setting trait `deployer.use-ssa=false`. If you try something like: ``` kamel run PlatformHttpServer.java --dev -t mount.empty-dirs=name:/container/path -t deployer.use-ssa=false ``` You should have it working. However it would be good to understand why the webhook is triggered on patch and not on creation. -- 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