fix(gateways): add explicit group: "" to all certificateRefs entries #153

Merged
unkinben merged 1 commits from benvin/fix-gateway-sync into main 2026-05-23 23:47:25 +10:00

1 Commits

Author SHA1 Message Date
unkinben 4ec7c61757 fix(gateways): add explicit group: "" to all certificateRefs entries
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
The Gateway API admission server defaults certificateRefs[].group to ""
when it is omitted. ArgoCD diffed the desired state (no group field) against
the live state (group: "") and flagged every gateway as out of sync.

Fix: explicitly set group: "" in all certificateRefs entries so the
rendered manifest matches the API server's canonical form exactly.

Affected: artifactapi, cattle-system, consul, litellm, paperclip,
puppet (puppetboard + puppetdb), vault.
2026-05-23 23:39:42 +10:00