mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +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
|
# @default -- See values.yaml
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: false
|
enabled: false
|
||||||
postgresqlUsername: teedyuser
|
auth:
|
||||||
postgresqlPassword: teedypassword
|
username: teedyuser
|
||||||
postgresqlDatabase: teedydb
|
password: teedypassword
|
||||||
persistence:
|
database: teedydb
|
||||||
enabled: false
|
primary:
|
||||||
# storageClass: ""
|
persistence:
|
||||||
|
enabled: false
|
||||||
|
Loading…
Reference in New Issue
Block a user