24 lines
409 B
Markdown
24 lines
409 B
Markdown
# cuddle-clusters
|
|
|
|
Stage 1:
|
|
|
|
Pick up templates from:
|
|
|
|
```yaml
|
|
some-service/:
|
|
templates/:
|
|
clusters/:
|
|
deployment.yaml.jinja2:
|
|
raw/
|
|
some-crdb.yaml
|
|
```
|
|
|
|
For each env chosen, run code with own set of variables
|
|
|
|
A function is run for each environment:
|
|
|
|
- Input components which requires a set of variables
|
|
- Templates in templates.clusters.*
|
|
- All raw files in templates.clusters.raw.*
|
|
|