mirror of https://github.com/Mai-with-u/MaiBot.git
fix: 修正错误的configmap键名称
parent
6a047e0205
commit
39b5d532e1
|
|
@ -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