Files
cms-plugins/deploy

deploy/

Two sibling directories with very different lifecycles:

  • helm/ — the Helm chart that runs the pod. FluxCD pulls it directly from this repo on the branch matching each environment (no helm push step). Edit this in lockstep with the app code that depends on it.
  • fleet-overlay/ — templates for the FluxCD manifests that live in the anton-helm-workloads repo. Not consumed from here — they're versioned alongside the chart so the chart's contract with Flux stays legible.

See ../DEPLOYMENT.md for the end-to-end pipeline.