From 10e88d005a2dcab76a5a8865e5cac8cfa74f98c3 Mon Sep 17 00:00:00 2001 From: nold Date: Mon, 7 Aug 2023 21:13:10 +0200 Subject: [PATCH] fix(authentik): redis --- projects/auth/values/authentik.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/projects/auth/values/authentik.yaml b/projects/auth/values/authentik.yaml index f346d1ed..59bff151 100644 --- a/projects/auth/values/authentik.yaml +++ b/projects/auth/values/authentik.yaml @@ -10,8 +10,6 @@ securityContext: worker: # -- worker replicas replicas: 1 - # -- Custom priority class for different treatment by the scheduler - priorityClassName: # -- worker securityContext securityContext: runAsUser: 1000 @@ -91,11 +89,9 @@ authentik: user: "app" #password: "" port: 5432 + redis: - # -- set the redis hostname to talk to - # @default -- `{{ .Release.Name }}-redis-master` - host: '{{ .Release.Name }}-redis-master' - password: "" + host: 'rfs-authentik-redis.auth.svc.cluster.local' # -- List of config maps to mount blueprints from. Only keys in the # configmap ending with ".yaml" wil be discovered and applied @@ -118,6 +114,10 @@ envValueFrom: secretKeyRef: key: secret_key name: authentik + AUTHENTIK_REDIS__PASSWORD: + secretKeyRef: + key: password + name: redis resources: