Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Feb 6, 2024
1 parent cc58ace commit 0e9062c
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 @@ -8,7 +8,7 @@
- name: {{ .name }}-processed
mountPath: /output
command: ["python3"]
args: ["app/config-processor.py", "/input", "/output"]
args: ["/app/config-processor.py", "/input", "/output"]
{{- end -}}

{{- define "loculus.configVolume" -}}
Expand Down

0 comments on commit 0e9062c

Please sign in to comment.