Set the password in redis statically locally

This commit is contained in:
Luke Van Seters 2022-01-04 19:00:10 -05:00
parent 379bd82f0e
commit 09e1d48ae8

View File

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