matzew commented on issue #5402: URL: https://github.com/apache/camel-k/issues/5402#issuecomment-2071911223
I have no usage of Knative Serving, as that is a separate component. and I dont want to use it :smile: The pipe has the broker already, as reference: ```yaml apiVersion: camel.apache.org/v1 kind: Pipe metadata: name: beer-source-pipe spec: source: ref: kind: Kamelet apiVersion: camel.apache.org/v1 name: beer-source sink: properties: cloudEventsType: com.corp.my.beer.source ref: kind: Broker apiVersion: eventing.knative.dev/v1 name: kamelet ``` This was working in the past, however for that I had to run a fewer other hacks, see the referenced commit above. (Those I now removed) -- 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