diff --git a/kubernetes/loculus/templates/_config-processor.tpl b/kubernetes/loculus/templates/_config-processor.tpl index b58ea068d..4b87a4674 100644 --- a/kubernetes/loculus/templates/_config-processor.tpl +++ b/kubernetes/loculus/templates/_config-processor.tpl @@ -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 -}}