lburgazzoli commented on issue #1400: Add some sugar for additional sources URL: https://github.com/apache/camel-k/pull/1400#issuecomment-615348920 > No way to override/change what it's in the kamel-config.yaml: > > ``` > kamel run examples/simple.groovy --source examples/petstore.groovy --save > kamel run examples/simple.groovy --source examples/Master.java > # Still runs the first combination, ignoring Master > ``` This is a little bit tricky and not sure if it is related to this PR as in fact when the run command runs, it performs two steps: 1. load from kamel.run 2. load from kamel.run.integration.$name the second step is of course not bounded to any flag as it is dynamic so any flag value gets overridden by the value from the persisted configuration. let me think about what I can do
---------------------------------------------------------------- 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 With regards, Apache Git Services