lburgazzoli opened a new issue #767: Route trait does not work if route.auto is set to false URL: https://github.com/apache/camel-k/issues/767 When the `route` trait is executed with `auto` set to true, [it looks-up a service to expose ](https://github.com/apache/camel-k/blob/master/pkg/trait/route.go#L60) but if automatic configuration is disabled, then the trait will fails in any case as there's no way to configure the service to use. We should either remove the `auto` option from the trait or add an option to configure the service to use.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
