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
commit e2bb6c5ac4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 }}