fix(kanidm): add explicit group/kind/weight to TLSRoute refs #165
Reference in New Issue
Block a user
Delete Branch "benvin/kanidm-outsync-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
group: gateway.networking.k8s.ioandkind: GatewaytoparentRefsgroup: "",kind: Service, andweight: 1tobackendRefsWhy
The Gateway API controller defaults these fields when creating/updating TLSRoute objects, so the live state always has them. ArgoCD diffs desired vs live by string comparison, causing the
kanidmTLSRoute to show permanent OutOfSync. Same root cause as #162 (HTTPRoutes).