squakez commented on issue #1882:
URL: https://github.com/apache/camel-k/issues/1882#issuecomment-756642454


   I've run some test and it seems to be a possible bug in the yaml loader. The 
issue is appearing also when a yaml integration is run via `kamel`. As an 
example, given the `kamelet` mentioned above and the `test.yaml` file with 
content:
   ```
   - from:
       uri: "kamelet:timer-source"
       parameters:
         payload: "Hello World"
         message: "Hello World"
       steps:
         - log: "${body}"
   ```
   Running `kamel run test.yaml` would produce the same result.


----------------------------------------------------------------
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


Reply via email to