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 233f709 commit 23ee793Copy full SHA for 23ee793
charts/lighthouse/templates/lighthouse/statefulset.yaml
@@ -152,7 +152,9 @@ spec:
152
exec lighthouse beacon_node \
153
--datadir=/storage \
154
--prune-blobs={{ $values.pruneBlobs }} \
155
- --supernode={{ $values.superNode }} \
+ {{- if $values.superNode }}
156
+ --supernode \
157
+ {{- end }}
158
{{- if $values.executionClientUrl }}
159
--execution-endpoint={{ $values.executionClientUrl }} \
160
{{- end }}
0 commit comments