Skip to content

Commit

Permalink
[bsc] add option to disable diffblock
Browse files Browse the repository at this point in the history
  • Loading branch information
VladStarr committed Aug 12, 2024
1 parent f735a50 commit 42f6d97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dysnix/bsc/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: bsc
description: Binance Smart Chain chart for Kubernetes
version: 0.6.46
version: 0.6.47
appVersion: 1.4.11

keywords:
Expand Down
4 changes: 3 additions & 1 deletion dysnix/bsc/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ spec:
- --cache={{ .Values.bsc.cache.value }}
- --snapshot={{ .Values.bsc.snapshot }}
- --persistdiff={{ .Values.bsc.persistdiff }}
- --diffblock={{ .Values.bsc.diffblock }}
{{- if kindIs "float64" .Values.bsc.diffblock }}
- --diffblock={{ int .Values.bsc.diffblock }}
{{- end }}
- --port={{ .Values.service.p2pPort0 }}
{{- if .Values.bsc.allowUnprotectedTxs }}
- --rpc.allow-unprotected-txs
Expand Down

0 comments on commit 42f6d97

Please sign in to comment.