Set the password in redis statically locally
This commit is contained in:
parent
379bd82f0e
commit
09e1d48ae8
1
Tiltfile
1
Tiltfile
@ -11,6 +11,7 @@ helm_remote("postgresql",
|
|||||||
helm_remote("redis",
|
helm_remote("redis",
|
||||||
repo_name="bitnami",
|
repo_name="bitnami",
|
||||||
repo_url="https://charts.bitnami.com/bitnami",
|
repo_url="https://charts.bitnami.com/bitnami",
|
||||||
|
set=["global.redis.password=password"],
|
||||||
)
|
)
|
||||||
|
|
||||||
k8s_yaml(configmap_from_dict("mev-inspect-rpc", inputs = {
|
k8s_yaml(configmap_from_dict("mev-inspect-rpc", inputs = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user