Update 2 files
- /authentik/values.yaml - /authentik/templates/secrets.yaml
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -146,11 +146,7 @@ authentik:
|
|||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user