Variables from the vars:
block of the helmfile component are not passed as values
#987
Labels
bug
🐛 An issue with the system
Describe the Bug
I checked the
https://github.com/cloudposse/atmos/tree/main/examples/demo-helmfile
example by changing the paths a bit and now I'm pretty sure that the variables from thevars:
block of the helmfile component are not passed to the chart as values.Expected Behavior
As I understand the design of the helmfile component, variables from the
vars:
block should be passed as values.Steps to Reproduce
components/helmfile/nginx-demo/v1.0.0/helmfile.yaml:
components/helmfile/nginx-demo/v1.0.0/manifests:
stacks/catalog/nginx-demo.yaml:
stacks/orgs/my-company/prod:
Screenshots
No response
Environment
OS: Windows 11, WSL 2.1.3.0
Atmos: v1.153.2 on linux/amd64
Helm: v3.17.0
Helmfile: v0.170.1
Additional Context
So nginx runs completely with default values, it does not mount configmap with custom-html, it does not create
kind: Ingress
, etc.The text was updated successfully, but these errors were encountered: