Skip to content

Commit

Permalink
fix: fix typo (#440)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
parithosh authored Jan 8, 2024
1 parent fb84787 commit 933a313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 933a313

Please sign in to comment.