Commit 933a3133 authored by Parithosh Jayanthi's avatar Parithosh Jayanthi Committed by GitHub

fix: fix typo (#440)

If you use `False` or `True` instead of lowecase, then kurtosis fails
silently and just locks up during geth init or presumably during
spinning up any pod on k8s. If you use `false` or `true` it works fine.
parent fb847876
......@@ -340,8 +340,8 @@ grafana_additional_dashboards: []
# Whether the environment should be persistent; this is WIP and is slowly being rolled out accross services
# Note this requires Kurtosis greater than 0.85.49 to work
# Note Erigon, Besu, Teku persistence is not currently supported with docker.
# Defaults to False
persistent: False
# Defaults to false
persistent: false
# Supports three valeus
# Default: "null" - no mev boost, mev builder, mev flood or relays are spun up
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment