mueckinger opened a new issue, #1576:
URL: https://github.com/apache/camel-karavan/issues/1576

   ### Describe the bug
   
   The following properties from the secret are not loaded into karavan because 
they aren't set as environment variables:
   ```
     karavan.container-image.registry: {{ 
.Values.secret.containerImage.registry | quote }}
     karavan.container-image.group: {{ .Values.secret.containerImage.group | 
quote }}
     karavan.container-image.registry-username: {{ 
.Values.secret.containerImage.registryUsername | quote }}
     karavan.container-image.registry-password: {{ 
.Values.secret.containerImage.registryPassword | quote }} 
   ```
   
   ### Steps to reproduce the behavior
   
   1. Check code in docs/install/karavan-helm/templates/deployment.yaml
   
   
   ### Variant
   
   Web Application
   
   ### Container Management (if applicable)
   
   Kubernetes
   
   ### Operating System (if applicable)
   
   None
   
   ### Version
   
   4.14.2
   
   ### Relevant log output
   
   ```shell
   
   ```


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