Skip to content

Commit 23ee793

Browse files
fix(lighthouse): supernode argument
1 parent 233f709 commit 23ee793

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

charts/lighthouse/templates/lighthouse/statefulset.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,9 @@ spec:
152152
exec lighthouse beacon_node \
153153
--datadir=/storage \
154154
--prune-blobs={{ $values.pruneBlobs }} \
155-
--supernode={{ $values.superNode }} \
155+
{{- if $values.superNode }}
156+
--supernode \
157+
{{- end }}
156158
{{- if $values.executionClientUrl }}
157159
--execution-endpoint={{ $values.executionClientUrl }} \
158160
{{- end }}

0 commit comments

Comments
 (0)