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 - name: AUTHENTIK_DATABASE__HOST
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: postgres-authentik-app name: postgres-authentik-cluster-app
key: host key: host
- name: AUTHENTIK_POSTGRESQL__NAME - name: AUTHENTIK_POSTGRESQL__NAME
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: postgres-authentik-app name: postgres-authentik-cluster-app
key: dbname key: dbname
- name: AUTHENTIK_POSTGRESQL__PASSWORD - name: AUTHENTIK_POSTGRESQL__PASSWORD
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: postgres-authentik-app name: postgres-authentik-cluster-app
key: password key: password
- name: AUTHENTIK_POSTGRESQL__USER - name: AUTHENTIK_POSTGRESQL__USER
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: postgres-authentik-app name: postgres-authentik-cluster-app
key: username key: username
authentik: authentik:
secret_key: bGd7nChCpPQmypR64rgF secret_key: bGd7nChCpPQmypR64rgF