Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Jan 18, 2024
1 parent f439a68 commit f0584b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/loculus/templates/_lapis-urls.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{{/* generates external LAPIS urls from { config, host } */}}
{{ define "loculus.generateExternalLapisUrls"}}
{{ $host := .host }}
{{ range $key, $_ := $.Values.instances }}
{{ range $key, $_ := .config.instances }}
"{{ $key -}}": "{{ $host }}/{{ $key }}"
{{ end }}
{{ end }}
Expand Down
1 change: 1 addition & 0 deletions kubernetes/loculus/templates/loculus-website-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
) }}
{{- $externalLapisUrlConfig := dict
"host" $lapisHost
"config" $.Values
}}

---
Expand Down

0 comments on commit f0584b4

Please sign in to comment.