Tidy auth

This commit is contained in:
j 2025-08-17 13:42:44 +00:00
parent d80f349121
commit 575d2af8e9

View file

@ -7,6 +7,7 @@ spec:
project: default
source:
repoURL: https://charts.goauthentik.io/
chart: "authentik"
targetRevision: 2024.6.4
helm:
values: |
@ -19,13 +20,11 @@ spec:
port: 5432
database: authentik
username: authentik
password: <your-postgresql-password>
existingSecret: authentik-secrets
existingSecretKey: postgresql-password
redisConfig:
host: <your-external-redis-host>
host: redis.database
port: <your-external-redis-port>
password: <your-redis-password>
existingSecret: authentik-secrets
existingSecretKey: redis-password
authentik: