Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Sep 23, 2024
1 parent 59a31c1 commit c3474c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/loculus/templates/ingest-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
image: busybox
{{- include "loculus.resources" (list "ingest-init" $.Values) | nindent 10 }}
command: ['sh', '-c', '
CONFIG_VERSION=$(grep "verify_loculus_version_is:" /package/config/config.yaml | sed "s/verify_loculus_version_is://; s/^[[:space:]]*//; s/[[:space:]]*$//");
CONFIG_VERSION=$(grep "verify_loculus_version_is:" /package/config/config.yaml | sed "s/verify_loculus_version_is: //;");
DOCKER_TAG="{{ $dockerTag }}";
echo "Config version: $CONFIG_VERSION";
echo "Docker tag: $DOCKER_TAG";
Expand Down Expand Up @@ -129,4 +129,4 @@ spec:
{{- end }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit c3474c7

Please sign in to comment.