fix: Update mountPath for data volume in StatefulSet template

master
Marius Ensrud 4 months ago
parent 96daa95b9a
commit 76e251e0c6
No known key found for this signature in database

@ -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:

Loading…
Cancel
Save