Skip to content

Commit

Permalink
chore(erigon): init container name convention
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswessels committed Sep 25, 2022
1 parent eb8f549 commit 8d888c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/erigon/templates/stateful-node/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ spec:
{{- end }}
{{- end }}
{{- if $values.p2pNodePort.enabled }}
- name: {{ $componentName }}-nodeport
- name: init-nodeport
image: "{{ $values.p2pNodePort.initContainer.image.repository }}:{{ $values.p2pNodePort.initContainer.image.tag }}"
imagePullPolicy: {{ $values.p2pNodePort.initContainer.image.pullPolicy }}
securityContext:
Expand Down

0 comments on commit 8d888c1

Please sign in to comment.