File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
resources/charts/fork-observer Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ metadata:
7
7
data :
8
8
config.toml : |
9
9
{{- .Values.configQueryInterval | nindent 4 }}
10
- {{- .Values.baseConfig | nindent 4 }}
10
+ {{- tpl .Values.baseConfig . | nindent 4 }}
11
11
{{- .Values.config | nindent 8 }}
Original file line number Diff line number Diff line change @@ -82,6 +82,8 @@ configQueryInterval: |
82
82
# Interval for checking for new blocks
83
83
query_interval = 20
84
84
85
+ maxInterestingHeights : 100
86
+
85
87
baseConfig : |
86
88
# Database path of the key value store. Will be created if non-existing.
87
89
database_path = "db"
@@ -106,7 +108,7 @@ baseConfig: |
106
108
name = "Warnet"
107
109
description = "A Warnet"
108
110
min_fork_height = 0
109
- max_interesting_heights = 100
111
+ max_interesting_heights = {{ .Values.maxInterestingHeights }}
110
112
[pool_identification]
111
113
enable = false
112
114
You can’t perform that action at this time.
0 commit comments