Skip to content

Commit

Permalink
fix(deployment): Only try to include SILO-specific config in the LAPI…
Browse files Browse the repository at this point in the history
…S/SILO configmap if it is actually defined (#2707)

* only try to include SILO-specific config in the LAPIS/SILO configmap if it is actually defined

* fixup
  • Loading branch information
theosanderson authored Sep 5, 2024
1 parent 70051c6 commit 3335e74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubernetes/loculus/templates/_siloDatabaseConfig.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ schema:
{{- end }}
{{- end }}
primaryKey: accessionVersion
{{ if .silo}}
{{- .silo | toYaml | nindent 2 }}
{{ end }}
{{- end }}

0 comments on commit 3335e74

Please sign in to comment.