[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"
|
profile = "full"
|
||||||
deny = []
|
deny = []
|
||||||
exec = {
|
exec = {
|
||||||
host = "local"
|
host = "node"
|
||||||
security = "off"
|
security = "full"
|
||||||
ask = "off"
|
ask = "off"
|
||||||
pathPrepend = ["/tools", "/workspace/infra"]
|
pathPrepend = ["/tools", "/workspace/infra"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue