Skip to content

Commit

Permalink
fix(authentik): ES don't use -
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Jun 22, 2024
1 parent 9ff69a8 commit 5b3d998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kube/deploy/apps/authentik/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ spec:
valueFrom:
secretKeyRef:
name: authentik-tokens
key: ldap-token
key: AUTHENTIK_TOKEN_LDAP
securityContext: *sc
resources:
requests:
Expand Down Expand Up @@ -201,7 +201,7 @@ spec:
valueFrom:
secretKeyRef:
name: authentik-tokens
key: radius-token
key: AUTHENTIK_TOKEN_RADIUS
securityContext: *sc
resources:
requests:
Expand Down

0 comments on commit 5b3d998

Please sign in to comment.