render.yaml partials
M
Mackenzie Clark
Large render.yamls are hard to work on. It would be nice if I could split up my render.yaml across multiple files and in different subdirectories. I could collocate services with the render.yaml partial.
Log In
S
Sashank Thupukari
I had the same need, and what I ended up doing was having
render.py
files that output a service configuration in YAML that were collocated with my service. Then, at the root of my repository, I have a build script that runs all
render.py
files in subdirectories and aggregates the results to produce a render.yaml
in the root directory.