Update authentik configuration to reference the correct PostgreSQL cluster app name
This commit is contained in:
parent
e36ef81dca
commit
f7fe6ff832
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user