fix(kanidm): add explicit group/kind/weight to TLSRoute refs
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

The Gateway API controller defaults group, kind, and weight on
parentRefs and backendRefs. ArgoCD diffs desired vs live by string
comparison, so omitting these fields causes permanent OutOfSync.
Same root cause as #162 (HTTPRoutes) but applied to TLSRoute.
This commit is contained in:
2026-05-24 23:49:18 +10:00
parent dd282f59fb
commit 3b74287860
+7 -2
View File
@@ -13,9 +13,14 @@ spec:
- auth.unkin.net
- au.auth.unkin.net
parentRefs:
- name: kanidm
- group: gateway.networking.k8s.io
kind: Gateway
name: kanidm
sectionName: https-passthrough
rules:
- backendRefs:
- name: kanidm
- group: ""
kind: Service
name: kanidm
port: 8443
weight: 1