fix(helm chart): 修正tpl函数的参数错误问题。

pull/1458/head
zhangxinhui02 2025-12-23 01:45:10 +08:00
parent 53bef5ae26
commit 185353b2a7
No known key found for this signature in database
GPG Key ID: 22C23383864A313F
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -708,4 +708,3 @@ config:
# 此系统暂时移除,无效配置
[relationship]
enable_relationship = true # 是否启用关系系统