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?
Just realized that helmfiles values.yaml it's just a source for helm --values. No special actions should be done.