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 mountPath: /home/node/.openclaw
subPath: openclaw-state subPath: openclaw-state
- name: data - name: data
mountPath: /home/node/clawd mountPath: /app/workspace
subPath: openclaw-workspace subPath: openclaw-workspace
{{- if .Values.livenessProbe.enabled }} {{- if .Values.livenessProbe.enabled }}
livenessProbe: livenessProbe:

Loading…
Cancel
Save