Skip to content

Commit

Permalink
fix: yaml json
Browse files Browse the repository at this point in the history
Signed-off-by: Smuu <[email protected]>
  • Loading branch information
smuu committed Sep 25, 2024
1 parent 76f8d56 commit abb8245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/celestia-node/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ spec:
{{- end }}
containers:
- name: node
{{- if or (eq .Values.node.settings.network "mocha") (eq .Values.node.settings.network "arabica") -}}
{{- if or (eq .Values.node.settings.network "mocha") (eq .Values.node.settings.network "arabica") }}
image: {{ template "node.image" . }}-{{ .Values.node.settings.network }}
{{- else -}}
{{- else }}
image: {{ template "node.image" . }}
{{- end }}
imagePullPolicy: {{ .Values.node.image.pullPolicy }}
Expand Down

0 comments on commit abb8245

Please sign in to comment.