cuddle-clusters/README.md
kjuulh f04b0a2e54
feat: add basic templates
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-05-20 20:45:26 +02:00

409 B

cuddle-clusters

Stage 1:

Pick up templates from:

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.*