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

   You can both use a properties file or pass a list of properties. The `kamel 
run` will replace into trait for you. Ie:
   ```
   test.properties
   a=x
   b=y
   ...
   kamel run Test.java -o yaml -p file:test.properties
   ```
   and
   ```
   kamel run Test.java -o yaml -t camel.properties=a=x -t camel.properties=b=y
   ```
   will produce the same output.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to