Skip to content

Commit

Permalink
feat(deployment): add insertions to SILO #706
Browse files Browse the repository at this point in the history
  • Loading branch information
fengelniederhammer committed Jan 22, 2024
1 parent 84a0f20 commit 8d77d63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kubernetes/loculus/templates/lapis-silo-database-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ data:
generateIndex: {{ .generateIndex }}
{{- end }}
{{- end }}
- name: nucleotideInsertions
type: insertion
- name: aminoAcidInsertions
type: aaInsertion
primaryKey: accessionVersion
{{- .silo | toYaml | nindent 6 }}
{{- end }}
Expand Down

0 comments on commit 8d77d63

Please sign in to comment.