camel-karavan
camel-karavan copied to clipboard
Missing environment variables in helm chart
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
- 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
I will creae a PR for this
Helm chart for Karavan was never released. Official way is to use kustomize. You are welcome to contribute to make helm works!