I am facing an issue with Helm where arrays in values.yaml files are replaced rather than merged. This causes the appEnv array in values-2.yaml to overwrite the appEnv array in values-1.yaml. I would like a feature that allows merging of arrays in values.yaml files, possibly using tools like pyyaml, to prevent overwriting when multiple values files are specified.
Created by Canny AI
·