Go to file
kjuulh 22efa0fbe6
Some checks reported errors
continuous-integration/drone/push Build encountered an error
feat: update client
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-05-26 15:20:14 +02:00
crates/cuddle-clusters feat: more debugging 2024-05-26 15:12:29 +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: update client 2024-05-26 15:20:14 +02:00
Cargo.toml feat: add option for releaser 2024-05-25 23:03:07 +02:00
CHANGELOG.md chore(release): 0.1.1 2024-05-25 11:46:15 +00:00
cuddle.yaml feat: add cuddle clusters release please 2024-05-25 13:08:33 +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.*