From 4dba248ea43e123c2595c6acfbd473e68765ef59 Mon Sep 17 00:00:00 2001 From: stevef Date: Sun, 19 Apr 2026 14:20:01 +0200 Subject: [PATCH] fix(k3s): use relative workspace path for pod compatibility --- k3s/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k3s/config.json b/k3s/config.json index dbfd9efd4..8ed8f6b37 100644 --- a/k3s/config.json +++ b/k3s/config.json @@ -5,7 +5,7 @@ "version": 2, "agents": { "defaults": { - "workspace": "/home/stevef/dev/tomerge/github/picoclaw/k3s/workspace", + "workspace": "workspace", "restrict_to_workspace": true, "allow_read_outside_workspace": false, "provider": "",