Skip to content

Commit

Permalink
Don't require any metadata in backend (#2244)
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer authored Jul 3, 2024
1 parent d423942 commit 358ad64
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions kubernetes/loculus/templates/_common-metadata.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -233,17 +233,11 @@ fields:
{{- with $currentItem }}
- name: {{ printf "%s_%s" .name $segment | quote }}
type: {{ .type | default "string" | quote }}
{{- if .required }}
required: {{ .required }}
{{- end }}
{{- end }}
{{- end}}
{{- else }}
- name: {{ quote .name }}
type: {{ .type | default "string" | quote }}
{{- if .required }}
required: {{ .required }}
{{- end }}
{{- end}}
{{- end}}
{{- end}}
Expand Down

0 comments on commit 358ad64

Please sign in to comment.