Fix postgresql username/database to match app name (#573)

This commit is contained in:
Stavros Kois
2021-06-20 10:26:55 +02:00
committed by GitHub
parent 35dafa0901
commit 57b8e5e681
@@ -41,8 +41,8 @@ database:
# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/postgresql
postgresql:
enabled: true
postgresqlUsername: homeassistant
postgresqlDatabase: homeassistant
postgresqlUsername: vaultwarden
postgresqlDatabase: vaultwarden
existingSecret: dbcreds
persistence:
enabled: true