This PR adds support for local nested applications which has worked on a number of our projects.
The approach was experimental and may need refining - any feedback on this would be great!
Approach:
Nested applications are handled recursively within the entryFor method, with results being merged together using a new merge method.
Application configs are now tracked and used to generate template.yaml for each locally referenced template.
See: #8
This PR adds support for local nested applications which has worked on a number of our projects. The approach was experimental and may need refining - any feedback on this would be great!
Approach:
entryFor
method, with results being merged together using a newmerge
method.template.yaml
for each locally referenced template.