Skip to content

Commit

Permalink
Push lodestar fix (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
aivarasko authored Nov 21, 2024
1 parent 1a13ccf commit 2707624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/validators/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Validator beacon node
- "--beacon-node={{ . }}"
{{- end }}
{{- else if eq $.Values.type "lodestar" }}
- "--beaconNodes={{ $.Values.beaconChainRpcEndpoints | join "," }}"
- --beaconNodes={{ $.Values.beaconChainRpcEndpoints | join "," }}
{{- end }}
{{- end }}

Expand Down Expand Up @@ -146,4 +146,4 @@ Validator graffiti

{{- define "flatten" -}}
{{- get ( fromYaml (include "flatten_list" . ) ) "list" | uniq | join "," }}
{{- end -}}
{{- end -}}

0 comments on commit 2707624

Please sign in to comment.