diff --git a/applications/40-authentik/authentik.yaml b/applications/40-authentik/authentik.yaml index 3b9d7e2..ec876e5 100644 --- a/applications/40-authentik/authentik.yaml +++ b/applications/40-authentik/authentik.yaml @@ -12,12 +12,12 @@ spec: type: helm helm: parameters: - - name: "postgresql.password" + - name: "authentik.postgresql.password" valueFrom: secretKeyRef: name: authentik-secrets key: postgresql-password - - name: "redis.password" + - name: "authentik.redis.password" valueFrom: secretKeyRef: name: authentik-secrets @@ -32,14 +32,18 @@ spec: enabled: false redis: enabled: false - postgresql: + postgresqlConfig: host: postgresql.database port: 5432 database: authentik username: authentik + existingSecret: authentik-secrets + existingSecretKey: postgresql-password redisConfig: host: redis.database port: + existingSecret: authentik-secrets + existingSecretKey: redis-password authentik: external_url: "https://authentik.yourdomain.com/" ingress: