From 76e251e0c6bb7f05221c84575673f2becc0315e1 Mon Sep 17 00:00:00 2001 From: Marius Ensrud <37156811+m4r1u2@users.noreply.github.com> Date: Tue, 24 Feb 2026 11:51:01 +0100 Subject: [PATCH] fix: Update mountPath for data volume in StatefulSet template --- charts/openclaw/2026.02.24/templates/statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/openclaw/2026.02.24/templates/statefulset.yaml b/charts/openclaw/2026.02.24/templates/statefulset.yaml index 7722dbb..8e21659 100644 --- a/charts/openclaw/2026.02.24/templates/statefulset.yaml +++ b/charts/openclaw/2026.02.24/templates/statefulset.yaml @@ -135,7 +135,7 @@ spec: mountPath: /home/node/.openclaw subPath: openclaw-state - name: data - mountPath: /home/node/clawd + mountPath: /app/workspace subPath: openclaw-workspace {{- if .Values.livenessProbe.enabled }} livenessProbe: