Hello friends. In the past I have used helmfile and defined my 4-5 environments and each environment had a file that would drive the data for all of the release that got installed. Where our releases would just be data values that we created in a structured manner.
I'm now in need of slightly something different I have around 100 environments and I would like them to be dynamic so I don't have to hard code them all.
environment:
env1:
values: [env/1.yaml]
... repeat 100 times
Do we have any way to do something like this dynamically or should I write something that either wraps helmfile or I use to generate this boiler plate. Also taking other advice.