fix: correct configMaps indentation
This commit is contained in:
@@ -20,31 +20,31 @@ spec:
|
|||||||
app-template:
|
app-template:
|
||||||
configMode: overwrite
|
configMode: overwrite
|
||||||
configMaps:
|
configMaps:
|
||||||
config:
|
config:
|
||||||
data:
|
data:
|
||||||
openclaw.json: |
|
openclaw.json: |
|
||||||
{
|
{
|
||||||
"agents": {
|
"agents": {
|
||||||
"defaults": {
|
"defaults": {
|
||||||
"model": {
|
"model": {
|
||||||
"primary": "openrouter/tencent/hy3-preview:free"
|
"primary": "openrouter/tencent/hy3-preview:free"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
},
|
"plugins": {
|
||||||
"plugins": {
|
"entries": {
|
||||||
"entries": {
|
"openrouter": {
|
||||||
"openrouter": {
|
"enabled": true
|
||||||
"enabled": true
|
},
|
||||||
},
|
"anthropic": {
|
||||||
"anthropic": {
|
"enabled": false
|
||||||
"enabled": false
|
},
|
||||||
},
|
"browser": {
|
||||||
"browser": {
|
"enabled": true
|
||||||
"enabled": true
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
controllers:
|
controllers:
|
||||||
main:
|
main:
|
||||||
containers:
|
containers:
|
||||||
|
|||||||
Reference in New Issue
Block a user