fix: 修正错误的configmap键名称
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user