Skip to content

Commit

Permalink
Fix gas limit reference (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
aivarasko authored Nov 21, 2024
1 parent 4099e76 commit 1a13ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/validators/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ spec:
{{- end }}
{{- if $root.Values.gasLimit }}
- "--gas-limit"
- "{{ .Values.gasLimit }}"
- "{{ $root.Values.gasLimit }}"
{{- end }}
volumeMounts:
- name: data
Expand Down

0 comments on commit 1a13ccf

Please sign in to comment.