What's the go to for folks when you have a helm chart with multiple app roles in it.
I'd like to use something strongly typed and get away from yaml templating cause we aren't using helm except to render the yaml.
Prefer SDK/strongly typed but if helm is still the best way do you have a way to better organize to reduce complexity ? Sub charts?
Right now "external", "internal", "scheduler" etc. all these result in too many permutations for helm-unit test for my comfort.
I did pulumi in past and rendered but that's a big shift for the team so open to "no SDK for you do this with hem instead" or any variation.
Providing as a service to everyone on app teams and thinking through my options to cleanup as I take maintainership of it. :-)