Update authentik configuration to reference the correct PostgreSQL cluster app

This commit is contained in:
Marco van Zijl 2025-05-10 17:11:11 +02:00
parent 65f98505dc
commit e36ef81dca

View File

@ -25,22 +25,22 @@ spec:
- name: AUTHENTIK_DATABASE__HOST
valueFrom:
secretKeyRef:
name: postgres-authentik-app
name: postgres-authentik-cluster-app
key: host
- name: AUTHENTIK_POSTGRESQL__NAME
valueFrom:
secretKeyRef:
name: postgres-authentik-app
name: postgres-authentik-cluster-app
key: dbname
- name: AUTHENTIK_POSTGRESQL__PASSWORD
valueFrom:
secretKeyRef:
name: postgres-authentik-app
name: postgres-authentik-cluster-app
key: password
- name: AUTHENTIK_POSTGRESQL__USER
valueFrom:
secretKeyRef:
name: postgres-authentik-app
name: postgres-authentik-cluster-app
key: username
authentik:
secret_key: bGd7nChCpPQmypR64rgF