We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1dfa86 commit 567c581Copy full SHA for 567c581
1 file changed
common-charts/common-celestia-node/templates/_bridge_config.toml.tpl
@@ -1,3 +1,4 @@
1
+{{ define "common-celestia-node.bridge_config.toml" }}
2
[Node]
3
StartupTimeout = "{{ .Values.node.config.bridge.configtoml.Node.StartupTimeout }}"
4
ShutdownTimeout = "{{ .Values.node.config.bridge.configtoml.Node.ShutdownTimeout }}"
@@ -71,3 +72,4 @@
71
72
MaxHeadersPerRangeRequest = {{ printf "%.0f" .Values.node.config.bridge.configtoml.Header.Client.MaxHeadersPerRangeRequest }}
73
RequestTimeout = "{{ .Values.node.config.bridge.configtoml.Header.Client.RequestTimeout }}"
74
75
+{{ end }}
0 commit comments