From ee74a6d8509b7625d889ea26c9fc2752558ed1a5 Mon Sep 17 00:00:00 2001 From: stevef Date: Sun, 19 Apr 2026 14:22:37 +0200 Subject: [PATCH] fix(k3s): use absolute workspace path for pod --- k3s/config.json | 2 +- k3s/configmap.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k3s/config.json b/k3s/config.json index 8ed8f6b37..e248dc366 100644 --- a/k3s/config.json +++ b/k3s/config.json @@ -5,7 +5,7 @@ "version": 2, "agents": { "defaults": { - "workspace": "workspace", + "workspace": "/home/picoclaw/.picoclaw/workspace", "restrict_to_workspace": true, "allow_read_outside_workspace": false, "provider": "", diff --git a/k3s/configmap.yaml b/k3s/configmap.yaml index 2cea01410..1c8da1bf8 100644 --- a/k3s/configmap.yaml +++ b/k3s/configmap.yaml @@ -12,7 +12,7 @@ data: "version": 2, "agents": { "defaults": { - "workspace": "workspace", + "workspace": "/home/picoclaw/.picoclaw/workspace", "restrict_to_workspace": true, "allow_read_outside_workspace": false, "provider": "",