From 864057003d303aac5adb75493341bfcc970a418d Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Tue, 27 Feb 2024 14:48:50 +0000 Subject: [PATCH] fix --- kubernetes/loculus/templates/loculus-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/loculus/templates/loculus-deployment.yaml b/kubernetes/loculus/templates/loculus-deployment.yaml index 1b37efb1d..5c88e42f7 100644 --- a/kubernetes/loculus/templates/loculus-deployment.yaml +++ b/kubernetes/loculus/templates/loculus-deployment.yaml @@ -24,7 +24,7 @@ spec: containers: {{- if not .Values.disableWebsite }} - name: website - image: "{{ if .$Values.customWebsiteImage }}{{ .$Values.customWebsiteImage }}{{ else }}ghcr.io/loculus-project/website:{{ $dockerTag }}{{ end }}" + image: "{{ if .$.Values.customWebsiteImage }}{{ .$.Values.customWebsiteImage }}{{ else }}ghcr.io/loculus-project/website:{{ $dockerTag }}{{ end }}" imagePullPolicy: Always resources: requests: