diff --git a/Tiltfile b/Tiltfile index a334e0b..7dc1ec1 100644 --- a/Tiltfile +++ b/Tiltfile @@ -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",