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 e9f22c5 commit de84498
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions kubernetes/config-processor/config-processor.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!
import os
import shutil
import requests
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/loculus/templates/_config-processor.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
mountPath: /input
- name: {{ .name }}-processed
mountPath: /output
command: "/usr/bin/python /app/config-processor.py"
args: ["/input", "/output"]
command: ["/usr/bin/python"]
args: ["app/config-processor.py", "/input", "/output"]
{{- end -}}

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

0 comments on commit de84498

Please sign in to comment.