From 185353b2a7130ae7d243012398fa7fd8509b8349 Mon Sep 17 00:00:00 2001 From: zhangxinhui02 Date: Tue, 23 Dec 2025 01:45:10 +0800 Subject: [PATCH] =?UTF-8?q?fix(helm=20chart):=20=E4=BF=AE=E6=AD=A3tpl?= =?UTF-8?q?=E5=87=BD=E6=95=B0=E7=9A=84=E5=8F=82=E6=95=B0=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helm-chart/templates/other/job-preprocessor.yaml | 2 +- helm-chart/values.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/helm-chart/templates/other/job-preprocessor.yaml b/helm-chart/templates/other/job-preprocessor.yaml index 76c1de19..cacb568d 100644 --- a/helm-chart/templates/other/job-preprocessor.yaml +++ b/helm-chart/templates/other/job-preprocessor.yaml @@ -25,7 +25,7 @@ spec: value: {{ .Values.config.adapter_config | b64enc | quote }} {{- end }} - name: CONFIG_CORE_ENV_B64 - value: {{ tpl .Files.Get "files/.env" . | b64enc | quote }} + value: {{ tpl (.Files.Get "files/.env") . | b64enc | quote }} {{- if or .Values.config.override_core_bot_config .Release.IsInstall }} - name: CONFIG_CORE_BOT_B64 value: {{ .Values.config.core_bot_config | b64enc | quote }} diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index 890d3ac2..0d612916 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -708,4 +708,3 @@ config: # 此系统暂时移除,无效配置 [relationship] enable_relationship = true # 是否启用关系系统 -