From 5b3d99887d4d436349649e7d73b33a7fe4068889 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Sat, 22 Jun 2024 23:59:54 +0800 Subject: [PATCH] fix(authentik): ES don't use - --- kube/deploy/apps/authentik/app/hr.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kube/deploy/apps/authentik/app/hr.yaml b/kube/deploy/apps/authentik/app/hr.yaml index 16e9feb1c0..3dec13db21 100644 --- a/kube/deploy/apps/authentik/app/hr.yaml +++ b/kube/deploy/apps/authentik/app/hr.yaml @@ -163,7 +163,7 @@ spec: valueFrom: secretKeyRef: name: authentik-tokens - key: ldap-token + key: AUTHENTIK_TOKEN_LDAP securityContext: *sc resources: requests: @@ -201,7 +201,7 @@ spec: valueFrom: secretKeyRef: name: authentik-tokens - key: radius-token + key: AUTHENTIK_TOKEN_RADIUS securityContext: *sc resources: requests: