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 # 是否启用关系系统 -