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

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.

Reviewed-on: #153
This commit was merged in pull request #153.
This commit is contained in:
2026-05-23 23:47:24 +10:00
parent c6f9893804
commit cbc2c1cb9f
8 changed files with 20 additions and 10 deletions
+4 -2
View File
@@ -35,7 +35,8 @@ spec:
tls:
mode: Terminate
certificateRefs:
- kind: Secret
- group: ""
kind: Secret
name: consul-tls
- name: consul-svc
port: 443
@@ -47,5 +48,6 @@ spec:
tls:
mode: Terminate
certificateRefs:
- kind: Secret
- group: ""
kind: Secret
name: consul-tls