You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2019/11/28 17:19:01 UTC

[GitHub] [camel-k] lburgazzoli opened a new issue #1108: Allow to configure kamel CLI with env vars and configuration files

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:
users@infra.apache.org


With regards,
Apache Git Services