[ci skip] openclaw: disable sandbox mode for unrestricted execution
- Set agents.defaults.sandbox.mode = off - Combined with exec.host=gateway and exec.security=full, OpenClaw can now run any command on the container host
This commit is contained in:
parent
99881b28e3
commit
b2ac69e12b
1 changed files with 3 additions and 0 deletions
|
|
@ -89,6 +89,9 @@ resource "kubernetes_config_map" "openclaw_config" {
|
|||
defaults = {
|
||||
contextTokens = 1000000
|
||||
bootstrapMaxChars = 30000
|
||||
sandbox = {
|
||||
mode = "off"
|
||||
}
|
||||
model = {
|
||||
primary = "nim/mistralai/mistral-large-3-675b-instruct-2512"
|
||||
fallbacks = ["nim/nvidia/llama-3.1-nemotron-ultra-253b-v1", "modelrelay/auto-fastest"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue