mirror of https://github.com/Mai-with-u/MaiBot.git
fix(helm chart): 移除helm chart中无用的环境变量。
parent
185353b2a7
commit
27bc57b488
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue