Update 2 files

- /authentik/values.yaml
- /authentik/templates/secrets.yaml
This commit is contained in:
2023-06-25 13:20:38 +00:00
parent 43857ef2f9
commit 30c340dc9c
2 changed files with 5 additions and 6 deletions

View File

@@ -17,7 +17,10 @@ spec:
remoteRef:
key: secrets/authentik/database
property: secretkey
- secretKey: postgresql-postgres-password
remoteRef:
key: secrets/authentik/database
property: dbpass
---

View File

@@ -146,11 +146,7 @@ authentik:
pullPolicy: Always
postgresqlUsername: "authentik"
postgresqlDatabase: "authentik"
existingSecret: db-pass
secretKeys:
adminPasswordKey: dbpass
userPasswordKey: dbpass
replicationPasswordKey: dbpass
existingSecret: db-pass
persistence:
enabled: true
storageClass: longhorn