Skip to content

Commit

Permalink
some bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bpblanken committed Nov 14, 2023
1 parent 1be14d7 commit b06c6ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ jobs:
uses: helm/[email protected]
- name: Run Chart Templating Unit Tests
run: python3 -m unittest unit_test/**/*.py
- name: Test hail search install
run: ct install --charts charts/hail-search
4 changes: 2 additions & 2 deletions charts/hail-search/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

replicaCount: 4
replicaCount: 1

image:
repository: gcr.io/seqr-project/seqr-hail-search
Expand Down Expand Up @@ -53,7 +53,7 @@ initContainers: |-
{{- range $path, $queries := $.Values.cachedReferenceDatasetQueries -}}
- name: mkdir-{{ $path | replace "/" "-" | replace "_" "-" | lower}}
image: busybox:1.35
command: ['/bin/mkdir', '-p', '{{ $.Values.environment.DATASETS_DIR }}/{{ $path | replace "SV" "SV_WGS" | replace "GCNV" "SV_WES"}}']
command: ['/bin/mkdir', '-p', '{{ $.Values.environment.DATASETS_DIR }}/{{ $path }}']
volumeMounts:
- mountPath: {{ $.Values.environment.DATASETS_DIR }}
name: datasets
Expand Down

0 comments on commit b06c6ec

Please sign in to comment.