authentik: spell out API-defaulted fields on the LDAP route and listeners

The API server defaults group on allowedRoutes.kinds and certificateRefs,
and group, kind and weight on the TCPRoute backendRefs. Omitting them left
both ArgoCD apps permanently OutOfSync against the live objects. Matches
what authentik-httproute.yaml already does.
This commit is contained in:
2026-09-13 11:39:35 +02:00
parent c1287fa343
commit 30f9c63c9b
2 changed files with 9 additions and 3 deletions
@@ -8,7 +8,8 @@
port: 389
allowedRoutes:
kinds:
- kind: TCPRoute
- group: gateway.networking.k8s.io
kind: TCPRoute
namespaces:
from: Selector
selector:
@@ -24,12 +25,14 @@
tls:
mode: Terminate
certificateRefs:
- kind: Secret
- group: ""
kind: Secret
name: authentik-ldap-tls
namespace: envoy-gateway
allowedRoutes:
kinds:
- kind: TCPRoute
- group: gateway.networking.k8s.io
kind: TCPRoute
namespaces:
from: Selector
selector: