Skip to content

Commit

Permalink
add resources
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Sep 23, 2024
1 parent 34a7375 commit 23fad34
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ spec:
initContainers:
- name: version-check
image: busybox
{{- include "loculus.resources" (list "preprocessing-init" $.Values) | nindent 10 }}
command: ['sh', '-c', '
CONFIG_VERSION=$(grep "verify_loculus_version_is:" /etc/config/preprocessing-config.yaml | sed "s/verify_loculus_version_is://; s/^[[:space:]]*//; s/[[:space:]]*$//");
DOCKER_TAG="{{ $dockerTag }}";
Expand Down

0 comments on commit 23fad34

Please sign in to comment.