mgencur commented on issue #908: Update Camel-K/Knative examples for 1.0.0-M1 release URL: https://github.com/apache/camel-k/issues/908#issuecomment-523823958 @sully6768 actually, it's probably not caused by examples from the URL above, I'm doing this: ``` camelSource, err := ctx.Clients.Namespaced.Knative.CamelSourceInterface.Create(&camel.CamelSource{ ObjectMeta: meta.ObjectMeta{ Name: "camel-timer-source", }, Spec: camel.CamelSourceSpec{ Source: camel.CamelSourceOriginSpec{ Component: &camel.CamelSourceOriginComponentSpec{ URI: "timer:tick?period=3s", }, }, Sink: test.ChannelReference(channel), }, }) ``` Right now I"m not sure what could cause the issue. I think we'll need to investigate more on our side. We're running on OCP 4.1.11
---------------------------------------------------------------- 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
