fix(openclaw): change agent workspace from /workspace/infra to /workspace
Keeps infra repo as a subdirectory, allows OpenClaw to write to /workspace directly.
This commit is contained in:
parent
fd207f4db5
commit
6b8ce04d44
1 changed files with 2 additions and 2 deletions
|
|
@ -122,7 +122,7 @@ resource "kubernetes_config_map" "openclaw_config" {
|
|||
defaults = {
|
||||
contextTokens = 1000000
|
||||
bootstrapMaxChars = 30000
|
||||
workspace = "/workspace/infra"
|
||||
workspace = "/workspace"
|
||||
sandbox = {
|
||||
mode = "off"
|
||||
}
|
||||
|
|
@ -158,7 +158,7 @@ resource "kubernetes_config_map" "openclaw_config" {
|
|||
host = "gateway"
|
||||
security = "full"
|
||||
ask = "off"
|
||||
pathPrepend = ["/tools", "/workspace/infra"]
|
||||
pathPrepend = ["/tools", "/workspace"]
|
||||
}
|
||||
web = {
|
||||
search = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue