Skip to content

Commit

Permalink
feat: add container command override
Browse files Browse the repository at this point in the history
  • Loading branch information
cjorge-graphops committed Sep 23, 2024
1 parent 5e358d6 commit bedbf3d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions charts/firehose-ethereum/templates/resources/workload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,14 @@ spec:
{{- toYaml . | nindent 12 }}
{{- end }}

{{- with .Pod.command }}
{{- if not (empty .) }}
command:
{{- range $element := . }}
- {{ $element }}
{{- end }}
{{- end }}
{{- end }}
{{- $__parameters := dict
"map" ( .Pod.fireeth.args | default dict )
"orderList" ( .Pod.fireeth.argsOrder | default list )
Expand Down

0 comments on commit bedbf3d

Please sign in to comment.