Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Feb 6, 2024
1 parent f304de0 commit cc58ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/loculus/templates/_config-processor.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
mountPath: /input
- name: {{ .name }}-processed
mountPath: /output
command: ["/usr/bin/python"]
command: ["python3"]
args: ["app/config-processor.py", "/input", "/output"]
{{- end -}}

Expand Down

0 comments on commit cc58ace

Please sign in to comment.