소스 검색

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