fix(authentik): redis via chart not operator...

This commit is contained in:
nold 2023-08-08 14:48:55 +02:00
parent f5af6cfc26
commit 6918d6a6cd
2 changed files with 8 additions and 16 deletions

View file

@ -1,12 +0,0 @@
apiVersion: databases.spotahome.com/v1
kind: RedisFailover
metadata:
name: authentik-redis
namespace: auth
spec:
sentinel:
replicas: 1
redis:
replicas: 1
auth:
secretPath: redis

View file

@ -90,8 +90,8 @@ authentik:
#password: "" #password: ""
port: 5432 port: 5432
redis: # redis:
host: 'rfs-authentik-redis.auth.svc.cluster.local' # host: 'rfs-authentik-redis.auth.svc.cluster.local'
# -- List of config maps to mount blueprints from. Only keys in the # -- List of config maps to mount blueprints from. Only keys in the
# configmap ending with ".yaml" wil be discovered and applied # configmap ending with ".yaml" wil be discovered and applied
@ -128,7 +128,11 @@ postgresql:
enabled: false enabled: false
redis: redis:
enabled: false #FIXME: Authentik doesn't support redis+sentinal yet..
# See: https://github.com/goauthentik/authentik/pull/5395
enabled: true
architecture: standalone architecture: standalone
auth: auth:
enabled: false enabled: true
existingSecret: "redis"
existingSecretPasswordKey: "password"