diff --git a/applications/40-authentik/authentik.yaml b/applications/40-authentik/authentik.yaml index b7c255a..9407192 100644 --- a/applications/40-authentik/authentik.yaml +++ b/applications/40-authentik/authentik.yaml @@ -13,13 +13,13 @@ spec: helm: releaseName: "authentik" values: | - database: - host: postgresql.database - existingSecret: authentik-secret - secretKeys: - username: POSTGRES_USER - password: POSTGRES_PASSWORD - name: POSTGRES_DB + #database: + # host: postgresql.database + # existingSecret: authentik-secret + # secretKeys: + # username: POSTGRES_USER + # password: POSTGRES_PASSWORD + # name: POSTGRES_DB redis: enabled: false @@ -29,7 +29,7 @@ spec: host: redis-master.database postgresql: - enabled: false + enabled: true global: envFrom: