mirror of https://github.com/Mai-with-u/MaiBot.git
fix(helm chart): 修正tpl函数的参数错误问题。
parent
53bef5ae26
commit
185353b2a7
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -708,4 +708,3 @@ config:
|
|||
# 此系统暂时移除,无效配置
|
||||
[relationship]
|
||||
enable_relationship = true # 是否启用关系系统
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue