From 2abd159d6a35f699c2f833307c64b337b1569677 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Tue, 21 Nov 2023 10:34:31 +0200 Subject: [PATCH] remove uneeded var --- library/ix-dev/community/immich/templates/_configuration.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/library/ix-dev/community/immich/templates/_configuration.tpl b/library/ix-dev/community/immich/templates/_configuration.tpl index 706f1e032d..941b9de771 100644 --- a/library/ix-dev/community/immich/templates/_configuration.tpl +++ b/library/ix-dev/community/immich/templates/_configuration.tpl @@ -88,7 +88,6 @@ configmap: LOG_LEVEL: log NODE_ENV: production SERVER_PORT: {{ .Values.immichNetwork.webuiPort | quote }} - IMMICH_SERVER_URL: {{ printf "http://%v:%v/api" $fullname .Values.immichNetwork.webuiPort }} {{- with .Values.immichConfig.publicLoginMessage }} PUBLIC_LOGIN_PAGE_MESSAGE: {{ . | quote }} {{- end }}