Merge pull request #213 from flashbots/static-redis-password

Set the password in Redis statically locally
This commit is contained in:
Luke Van Seters 2022-01-05 15:21:31 -05:00 committed by GitHub
commit 2d8db7f506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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