Skip to content

Commit

Permalink
fix yaml bug
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed May 21, 2024
1 parent dba4835 commit 152719e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/loculus/templates/ingest-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{- $keycloakHost := .Values.environment | eq "server" | ternary (printf "https://authentication-%s" $.Values.host) ($testconfig | ternary "http://localhost:8083" "http://loculus-keycloak-service:8083") }}
{{- range $key, $values := (.Values.organisms | default .Values.defaultOrganisms) }}
{{- if $values.ingest }}
{{- $metadata := (include "loculus.patchMetadataSchema" $values.schema | fromYaml).metadata -}}
{{- $metadata := (include "loculus.patchMetadataSchema" $values.schema | fromYaml).metadata }}
---
apiVersion: v1
kind: ConfigMap
Expand Down

0 comments on commit 152719e

Please sign in to comment.