From 6b8ce04d448b7ece259a373d17161848489e2cd2 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Thu, 19 Mar 2026 23:32:28 +0000 Subject: [PATCH] fix(openclaw): change agent workspace from /workspace/infra to /workspace Keeps infra repo as a subdirectory, allows OpenClaw to write to /workspace directly. --- stacks/openclaw/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stacks/openclaw/main.tf b/stacks/openclaw/main.tf index 362505a2..af37977d 100644 --- a/stacks/openclaw/main.tf +++ b/stacks/openclaw/main.tf @@ -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 = {