squakez commented on code in PR #5090: URL: https://github.com/apache/camel-k/pull/5090#discussion_r1482838338
########## pkg/trait/cron.go: ########## @@ -475,3 +479,31 @@ func checkedStringToUint64(str string) uint64 { } return res } + +// changeSourcesCronURI is in charge to change the value of the from route with a component that executes +// the workload just once. +func (t *cronTrait) changeSourcesCronURI(e *Environment) error { Review Comment: @lburgazzoli change cron uri (as done by ck-runtime). -- 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