[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:
parent
6af163f66f
commit
c83f3aab90
1 changed files with 2 additions and 2 deletions
|
|
@ -112,8 +112,8 @@ resource "kubernetes_config_map" "openclaw_config" {
|
||||||
profile = "full"
|
profile = "full"
|
||||||
deny = []
|
deny = []
|
||||||
exec = {
|
exec = {
|
||||||
host = "sandbox"
|
host = "local"
|
||||||
security = "full"
|
security = "off"
|
||||||
ask = "off"
|
ask = "off"
|
||||||
pathPrepend = ["/tools", "/workspace/infra"]
|
pathPrepend = ["/tools", "/workspace/infra"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue