diff --git a/apps/templates/authentik.yaml b/apps/templates/authentik.yaml index 1001c5e..61c56e5 100644 --- a/apps/templates/authentik.yaml +++ b/apps/templates/authentik.yaml @@ -24,10 +24,10 @@ spec: enabled: true envValueFrom: - # AUTHENTIK_POSTGRESQL__PASSWORD: - # secretKeyRef: - # key: postgres-password - # name: authentik-postgresql + AUTHENTIK_POSTGRESQL__PASSWORD: + secretKeyRef: + key: postgres-password + name: authentik-postgresql AUTHENTIK_SECRET_KEY: secretKeyRef: @@ -40,12 +40,8 @@ spec: repository: zcube/bitnami-compat/postgresql tag: 11.18.0-debian-11-r39 enabled: true - #auth: - # existingSecret: postgres-secret - # secretKeys: - # userPasswordKey: postgres-password - # username: authentik - # database: authentik + auth: + existingSecret: authentik-postgresql persistence: enabled: true storageClass: longhorn