mirror of https://github.com/Mai-with-u/MaiBot.git
fix: 禁用helm chart的core-webui-cm-sync的输出缓存
parent
504121f756
commit
4c9b1f8302
|
|
@ -82,6 +82,8 @@ spec:
|
|||
image: {{ .Values.core.webui.cm_sync.image.repository | default "reg.mikumikumi.xyz/maibot/core-webui-cm-sync" }}:{{ .Values.core.webui.cm_sync.image.tag | default "0.11.5-beta" }}
|
||||
imagePullPolicy: {{ .Values.core.webui.cm_sync.image.pullPolicy }}
|
||||
env:
|
||||
- name: PYTHONUNBUFFERED
|
||||
value: "1"
|
||||
- name: RELEASE_NAME
|
||||
value: {{ .Release.Name }}
|
||||
volumeMounts:
|
||||
|
|
|
|||
Loading…
Reference in New Issue