fix(helm chart): 移除helm chart中无用的环境变量。

pull/1458/head
zhangxinhui02 2025-12-23 02:09:30 +08:00
parent 185353b2a7
commit 27bc57b488
No known key found for this signature in database
GPG Key ID: 22C23383864A313F
1 changed files with 0 additions and 4 deletions

View File

@ -29,10 +29,6 @@ spec:
value: "99f08e0cab0190de853cb6af7d64d4de"
- name: PRIVACY_AGREE
value: "9943b855e72199d0f5016ea39052f1b6"
{{- if .Values.core.webui.enabled }}
- name: MAIBOT_WEBUI_ENABLED
value: {{ .Values.core.webui.enabled }}
{{- end}}
image: {{ .Values.core.image.repository | default "sengokucola/maibot" }}:{{ .Values.core.image.tag | default "0.11.6-beta" }}
imagePullPolicy: {{ .Values.core.image.pullPolicy }}
ports: