As a:
Consumer
I want:
Helm charts templated out per object rather than one large manifest.
So that:
It’s easier to interrogate the resulting manifest files based on object type.
Describe the solution you'd like:
Upon generating the templates, the output should look something like,
As a: Consumer I want: Helm charts templated out per object rather than one large manifest. So that: It’s easier to interrogate the resulting manifest files based on object type. Describe the solution you'd like: Upon generating the templates, the output should look something like,
generated/<env>/<subcomponent>/<objecttype>.yaml
Describe alternatives you've considered:
Additional context: