Merge pull request #117 from alexnederlof/patch-2

Fix Pipelines persistance
This commit is contained in:
James W.
2024-12-01 18:19:28 -07:00
committed by GitHub

View File

@@ -46,7 +46,7 @@ spec:
{{- end }}
volumeMounts:
- name: data
mountPath: /app/backend/data
mountPath: /app/pipelines
env:
{{- if .Values.extraEnvVars }}
{{- toYaml .Values.extraEnvVars | nindent 8 }}