lburgazzoli opened a new issue #1108: Allow to configure kamel CLI with env vars and configuration files URL: https://github.com/apache/camel-k/issues/1108 It should be possible to set values for the kamel CLI options through 1. **config files:** ```yaml kamel: install: example: true global: true registry-insecure: true ``` 2. **environment variables:** ``` KAMEL_INSTALL_BASE_IMAGE=base_env KAMEL_INSTALL_OPERATOR_IMAGE=operator_env KAMEL_INSTALL_REGISTRY=registry_env ``` 3. **cli options** ``` --operator-image=operator_cli --organization=test_cli --registry-secret=secret ```
---------------------------------------------------------------- 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