lburgazzoli edited a comment on pull request #551: URL: https://github.com/apache/camel-k-runtime/pull/551#issuecomment-726011000
I've added the `prodcuer` and `consumer` entries as part of the `scheme` ```yaml camel-k-knative: groupId: org.apache.camel.k artifactId: camel-k-knative schemes: - id: knative http: true passive: false producer: dependencies: - groupId: org.apache.camel.k artifactId: camel-k-knative-producer consumer: dependencies: - groupId: org.apache.camel.k artifactId: camel-k-knative-consumer ``` At the moment, only dependencies are added but we can revisit it to include also capabilities ---------------------------------------------------------------- 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: us...@infra.apache.org