Go to file
kjuulh 545439923f
All checks were successful
continuous-integration/drone/push Build is passing
feat: add sync
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-05-25 14:04:54 +02:00
crates/cuddle-clusters feat: add sync 2024-05-25 14:04:54 +02:00
templates
.drone.yml
.gitignore feat: add basic templates 2024-05-20 20:45:26 +02:00
Cargo.lock chore: remove deps 2024-05-25 13:44:34 +02:00
Cargo.toml chore(release): 0.1.1 2024-05-25 11:46:15 +00: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

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