database secrets outside of env
This commit is contained in:
parent
13566a3dc3
commit
52a40cdaf8
1 changed files with 9 additions and 0 deletions
|
@ -23,6 +23,15 @@ spec:
|
|||
password: "env://AUTHENTIK_POSTGRES_PASSWORD"
|
||||
error_reporting:
|
||||
enabled: true
|
||||
|
||||
database:
|
||||
host: postgresql.database
|
||||
existingSecret: authentik-db-credentials
|
||||
secretKeys:
|
||||
username: POSTGRES_USER
|
||||
password: POSTGRES_PASSWORD
|
||||
name: POSTGRES_DB
|
||||
|
||||
server:
|
||||
ingress:
|
||||
enabled: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue