Skip to content

Commit

Permalink
Add missing value
Browse files Browse the repository at this point in the history
  • Loading branch information
sky1045 committed Jan 23, 2025
1 parent e4994df commit 101c9fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions charts/all-in-one/templates/stateproxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ spec:
reset: {{ $.Values.stateproxy.snapshot.reset }}
path: {{ $.Values.stateproxy.snapshot.path }}
appsettingsPath: {{ $.Values.stateproxy.appsettingsPath }}
upstream: {{ $.Values.stateproxy.upstream }}
{{- with $.Values.stateproxy.extraArgs }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ data:
rm $snapshot_zip_filename
rm $save_dir/blockindex.db 2>/dev/null
cat $save_dir/$mainnet_snapshot_json_filename | jq ".Index" > $save_dir/tip
curl $base_url/$mainnet_snapshot_json_filename | jq ".Index" > $save_dir/tip
fi

0 comments on commit 101c9fb

Please sign in to comment.