From b93bd8dc1403be520ecf5aa7fcfcb2677f679152 Mon Sep 17 00:00:00 2001 From: zhangxinhui02 Date: Fri, 21 Nov 2025 04:36:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dhelm=20chart=E4=B8=8D?= =?UTF-8?q?=E5=90=AF=E7=94=A8WebUI=E6=97=B6=E4=BB=8D=E7=84=B6=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E6=97=A0=E7=94=A8=E7=9A=84=E6=95=B0=E6=8D=AE=E5=8D=B7?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helm-chart/templates/core/statefulset.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm-chart/templates/core/statefulset.yaml b/helm-chart/templates/core/statefulset.yaml index db8cda78..2bc8d14c 100644 --- a/helm-chart/templates/core/statefulset.yaml +++ b/helm-chart/templates/core/statefulset.yaml @@ -142,6 +142,7 @@ spec: path: .env name: {{ .Release.Name }}-maibot-core-env-config name: env-config + {{- if not .Values.core.webui.enabled }} - configMap: items: - key: model_config.toml @@ -154,6 +155,7 @@ spec: path: bot_config.toml name: {{ .Release.Name }}-maibot-core-bot-config name: bot-config + {{- end }} {{- if .Values.statistics_dashboard.enabled }} - name: statistics persistentVolumeClaim: