Re: [I] Missing environment variables in helm chart [camel-karavan]
mgubaidullin closed issue #1576: Missing environment variables in helm chart URL: https://github.com/apache/camel-karavan/issues/1576 -- 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]
Re: [I] Missing environment variables in helm chart [camel-karavan]
mgubaidullin commented on issue #1576: URL: https://github.com/apache/camel-karavan/issues/1576#issuecomment-3649645253 Helm chart for Karavan was never released. Official way is to use kustomize. You are welcome to contribute to make helm works! -- 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]
Re: [I] Missing environment variables in helm chart [camel-karavan]
mueckinger commented on issue #1576: URL: https://github.com/apache/camel-karavan/issues/1576#issuecomment-3646483236 I will creae a PR for this -- 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]
[I] Missing environment variables in helm chart [camel-karavan]
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]
