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:
Nicholas Lim 2022-07-07 09:17:15 +08:00 committed by GitHub
parent 509bc55eec
commit e3eb37965c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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