Go to file
Kasper Juul Hermansen 16a1b5eb50
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing
chore(deps): update all dependencies
2024-07-06 13:30:20 +00:00
crates/cuddle-clusters feat: add actual grpc service 2024-05-29 23:04:52 +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 chore(deps): update all dependencies 2024-07-06 13:30:20 +00: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.*