[ci skip] openclaw: fix exec config — use host=node, security=full
Valid options: host=sandbox|gateway|node, security=deny|allowlist|full. Using node (run on container host) with full (no command restrictions).
This commit is contained in:
parent
c83f3aab90
commit
6efc1e56c0
1 changed files with 2 additions and 2 deletions
|
|
@ -112,8 +112,8 @@ resource "kubernetes_config_map" "openclaw_config" {
|
|||
profile = "full"
|
||||
deny = []
|
||||
exec = {
|
||||
host = "local"
|
||||
security = "off"
|
||||
host = "node"
|
||||
security = "full"
|
||||
ask = "off"
|
||||
pathPrepend = ["/tools", "/workspace/infra"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue