Go to file
kjuulh f04b0a2e54
feat: add basic templates
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-05-20 20:45:26 +02:00
crates/cuddle-clusters feat: add basic templates 2024-05-20 20:45:26 +02:00
templates feat: add basic 2024-05-20 19:25:59 +02:00
.drone.yml feat: add basic 2024-05-20 19:25:59 +02:00
.gitignore feat: add basic templates 2024-05-20 20:45:26 +02:00
Cargo.lock feat: add basic templates 2024-05-20 20:45:26 +02:00
Cargo.toml feat: add basic 2024-05-20 19:25:59 +02:00
cuddle.yaml feat: add basic 2024-05-20 19:25:59 +02:00
README.md feat: add basic templates 2024-05-20 20:45:26 +02:00
renovate.json feat: add basic 2024-05-20 19:25:59 +02:00

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