mirror of https://github.com/Mai-with-u/MaiBot.git
fix: 修正错误的configmap键名称
parent
fcb8647d10
commit
611b3e34b5
|
|
@ -7,7 +7,7 @@ data:
|
||||||
.env: |
|
.env: |
|
||||||
HOST=0.0.0.0
|
HOST=0.0.0.0
|
||||||
PORT=8000
|
PORT=8000
|
||||||
model_config: |
|
model_config.toml: |
|
||||||
{{ .Values.config.core_model_config | indent 4 }}
|
{{ .Values.config.core_model_config | indent 4 }}
|
||||||
bot_config.toml: |
|
bot_config.toml: |
|
||||||
{{ .Values.config.core_bot_config | indent 4 }}
|
{{ .Values.config.core_bot_config | indent 4 }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue