fix(kanidm): add explicit group/kind/weight to TLSRoute refs #165

Merged
unkinben merged 1 commits from benvin/kanidm-outsync-fix into main 2026-05-25 22:43:53 +10:00

1 Commits

Author SHA1 Message Date
unkinben 3b74287860 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.
2026-05-24 23:49:18 +10:00