kubernetes-helmhelmfile

How to pass environment variables from helmfile values.yaml to chart's values.yaml?


I have a helmfile release with multiple charts. There are values.yaml inside each chart. Рow to make values inside those values.yaml ​​change depending on environment? I know how to parameterize helmfile's values.yaml, but I can't find any way to throw those values further into the charts values.yaml. Can someone help me with that?


Solution

  • Just realized that helmfiles values.yaml it's just a source for helm --values. No special actions should be done.