Update authentik configuration to reference the correct PostgreSQL cluster app name

This commit is contained in:
Marco van Zijl 2025-05-10 17:12:38 +02:00
parent e36ef81dca
commit f7fe6ff832

View File

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