Files
harmony/harmony-k8s
Jean-Gabriel Gill-Couture e35614cf22
All checks were successful
Run Check Script / check (pull_request) Successful in 2m33s
fix(harmony-k8s): typed apply takes field ownership on SSA conflict
What harmony applies is declared in code — the source of truth. The
non-forced server-side apply 409'd forever once any other field
manager had touched the resource (e.g. the operator helm chart and
install_crds both installing the fleet CRDs); taking ownership on
conflict is the documented SSA pattern for controllers, and the
dynamic-apply path already supports it.
2026-06-12 01:17:07 -04:00
..