fix: 修正错误的configmap键名称

pull/1208/head
zhangxinhui02 2025-08-19 23:01:07 +08:00
parent 6a047e0205
commit 39b5d532e1
No known key found for this signature in database
GPG Key ID: 22C23383864A313F
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ data:
.env: |
HOST=0.0.0.0
PORT=8000
model_config: |
model_config.toml: |
{{ .Values.config.core_model_config | indent 4 }}
bot_config.toml: |
{{ .Values.config.core_bot_config | indent 4 }}