Skip to content

Commit

Permalink
fix example (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
BulatSaif authored Nov 14, 2024
1 parent d6ae385 commit cab3de3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/node/examples/local-rococo/bootnode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ extraInitContainers:
args:
- -c
- |
apt update && apt install -y jq
apt update || true
apt install -y jq
{{ .Values.node.command }} build-spec --chain {{ .Values.node.chain }} > base.json
echo '{"bootNodes":["/dns/bootnode-0/tcp/30333/p2p/12D3KooWRpzRTivvJ5ySvgbFnPeEE6rDhitQKL1fFJvvBGhnenSk"]}' > override1.json
jq -s '.[0] * .[1]' base.json override1.json | sed 's/1e+18/1000000000000000000/' > plain.json
Expand Down

0 comments on commit cab3de3

Please sign in to comment.