浏览代码

remove uneeded var

Stavros kois 1 年之前
父节点
当前提交
2abd159d6a
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      library/ix-dev/community/immich/templates/_configuration.tpl

+ 0 - 1
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 }}