change info in Tiltfile for postgres

This commit is contained in:
Tomislav Mikulin 2022-02-04 14:25:41 +01:00
parent 1b13e975a6
commit 7b236b7a71

View File

@ -5,7 +5,7 @@ load("ext://configmap", "configmap_from_dict")
helm_remote("postgresql",
repo_name="bitnami",
repo_url="https://charts.bitnami.com/bitnami",
set=["postgresqlPassword=password", "postgresqlDatabase=mev_inspect"],
set=["auth.postgresPassword=password", "auth.database=mev_inspect"],
)
helm_remote("redis",