Skip to content

Commit

Permalink
Fix node selector placement (#28)
Browse files Browse the repository at this point in the history
* Fix node selector placement

* Bump version

* Add some bare bones unittests

* WS

* Rename to unit_test

* reformat cronjob test

* Test seem to be working

* ws

* lowercase

* ws

* Fix ingress keys and test elasticsearch password presence

* use string

* try dep update

* use ct

* lint passing

* add build

* add bitnami

* remove some unnecessary

* Remove a few more lines

* Update values.yaml

* Need to reference seqr-secrets

* add a test

* Simplify cronjob tests

* Remove comment

* Rename step

* Fix bug

* Try hail search install

* some bugfixes

* Comment out for now

* just remove for now

* ws

* Remove unnecessary

* Try to run seqr

* Use localhost

* Try to be more explicit

* revert some stuff

* connect to postgres on local

* Try to skip db setup

* Add some comments
  • Loading branch information
bpblanken authored Nov 15, 2023
1 parent cd6b017 commit fbb115e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/seqr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.67
version: 0.0.68
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
4 changes: 4 additions & 0 deletions charts/seqr/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,8 @@ spec:
{{- with $.Values.deployment_sidecars }}
{{- tpl . $ | nindent 10 }}
{{- end }}
{{- with $.Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- end }}

0 comments on commit fbb115e

Please sign in to comment.