jbang/hello-yaml/hello.camel.yaml (8 lines of code) (raw):

# camel-k: language=yaml # Write your routes here, for example: - from: uri: "timer:yaml" parameters: period: "1000" steps: - setBody: constant: "Hello Camel from yaml" - log: "${body}"