fix: correct configMaps indentation

This commit is contained in:
2026-05-02 17:59:30 +02:00
parent 7f8c3e157f
commit 7e3d9207d5
+21 -21
View File
@@ -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: