Skip to content

Commit

Permalink
Update values.yaml (#2508)
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Aug 22, 2024
1 parent 0a55712 commit e207b30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kubernetes/loculus/templates/_common-metadata.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,13 @@ organisms:
nucleotideSequences:
{{ $nucleotideSequences := include "loculus.generateSequences" .nucleotideSequences | fromYaml }}
{{ $nucleotideSequences.fields | toYaml | nindent 8 }}
{{ if .genes }}
genes:
{{ $genes := include "loculus.generateSequences" .genes | fromYaml }}
{{ $genes.fields | toYaml | nindent 8 }}
{{ else }}
genes: []
{{ end }}
{{- end }}

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

0 comments on commit e207b30

Please sign in to comment.