From 0e9062cbf88d3d13d8535cfc81ae3f876947d81e Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Tue, 6 Feb 2024 22:55:42 +0000 Subject: [PATCH] fix --- kubernetes/loculus/templates/_config-processor.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/loculus/templates/_config-processor.tpl b/kubernetes/loculus/templates/_config-processor.tpl index 4b87a4674..f5d6c215a 100644 --- a/kubernetes/loculus/templates/_config-processor.tpl +++ b/kubernetes/loculus/templates/_config-processor.tpl @@ -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" -}}