[ci skip] openclaw: disable sandbox, run commands on container host

- exec.host: sandbox → local (run directly on container, no Docker sandbox)
- exec.security: full → off (no restrictions on command execution)
This commit is contained in:
Viktor Barzin 2026-03-01 16:18:53 +00:00
parent 6af163f66f
commit c83f3aab90

View file

@ -112,8 +112,8 @@ resource "kubernetes_config_map" "openclaw_config" {
profile = "full"
deny = []
exec = {
host = "sandbox"
security = "full"
host = "local"
security = "off"
ask = "off"
pathPrepend = ["/tools", "/workspace/infra"]
}