mirror of
https://github.com/open-webui/helm-charts
synced 2025-06-26 18:16:14 +00:00
Fix Pipelines persistance
I might not fully understand, but currently the pipelines are not persisted between restarts because they are stored in `/app/piplines` which is not the current persistent volume. That one is `/app/backend/data`.
`/app/backend/data` is mentioned in [the Openweb-ui readme](0a26c41c7b/README.md (L90)
) but I see no mention of it in the pipelines repo.
This commit is contained in:
parent
357d167f76
commit
5a9e030548
@ -42,7 +42,7 @@ spec:
|
||||
{{- end }}
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /app/backend/data
|
||||
mountPath: /app/pipelines
|
||||
env:
|
||||
{{- if .Values.extraEnvVars }}
|
||||
{{- toYaml .Values.extraEnvVars | nindent 8 }}
|
||||
|
Loading…
Reference in New Issue
Block a user