mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
Fix postgresql configuration
Prior postgresql default settings did not actually apply anything to the subchart. Fixed according to https://github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml
This commit is contained in:
parent
509bc55eec
commit
e3eb37965c
@ -68,9 +68,10 @@ persistence:
|
||||
# @default -- See values.yaml
|
||||
postgresql:
|
||||
enabled: false
|
||||
postgresqlUsername: teedyuser
|
||||
postgresqlPassword: teedypassword
|
||||
postgresqlDatabase: teedydb
|
||||
persistence:
|
||||
enabled: false
|
||||
# storageClass: ""
|
||||
auth:
|
||||
username: teedyuser
|
||||
password: teedypassword
|
||||
database: teedydb
|
||||
primary:
|
||||
persistence:
|
||||
enabled: false
|
||||
|
Loading…
Reference in New Issue
Block a user