mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
Update 2 files
- /authentik/values.yaml - /authentik/templates/secrets.yaml
This commit is contained in:
parent
43857ef2f9
commit
30c340dc9c
2 changed files with 5 additions and 6 deletions
|
|
@ -17,7 +17,10 @@ spec:
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: secrets/authentik/database
|
key: secrets/authentik/database
|
||||||
property: secretkey
|
property: secretkey
|
||||||
|
- secretKey: postgresql-postgres-password
|
||||||
|
remoteRef:
|
||||||
|
key: secrets/authentik/database
|
||||||
|
property: dbpass
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -147,10 +147,6 @@ authentik:
|
||||||
postgresqlUsername: "authentik"
|
postgresqlUsername: "authentik"
|
||||||
postgresqlDatabase: "authentik"
|
postgresqlDatabase: "authentik"
|
||||||
existingSecret: db-pass
|
existingSecret: db-pass
|
||||||
secretKeys:
|
|
||||||
adminPasswordKey: dbpass
|
|
||||||
userPasswordKey: dbpass
|
|
||||||
replicationPasswordKey: dbpass
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
storageClass: longhorn
|
storageClass: longhorn
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue