microsoft / fabrikate

Making GitOps with Kubernetes easier one component at a time
MIT License
38 stars 5 forks source link

Fabrikate generates a monolithic yaml file rather than one per template #289

Closed carpenike closed 4 years ago

carpenike commented 4 years ago

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:

carpenike commented 4 years ago

Woops, this looks to be a duplicate of #256