remove uneeded var

This commit is contained in:
Stavros kois
2023-11-21 10:34:31 +02:00
committed by Stavros Kois
parent e615beed12
commit 2abd159d6a

View File

@@ -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 }}