From 09e1d48ae839063d5853d543d67e17b5cdd18edc Mon Sep 17 00:00:00 2001 From: Luke Van Seters Date: Tue, 4 Jan 2022 19:00:10 -0500 Subject: [PATCH] Set the password in redis statically locally --- Tiltfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Tiltfile b/Tiltfile index 093e77e..1d4bc22 100644 --- a/Tiltfile +++ b/Tiltfile @@ -11,6 +11,7 @@ helm_remote("postgresql", helm_remote("redis", repo_name="bitnami", repo_url="https://charts.bitnami.com/bitnami", + set=["global.redis.password=password"], ) k8s_yaml(configmap_from_dict("mev-inspect-rpc", inputs = {