diff --git a/charts/pipelines/templates/deployment.yaml b/charts/pipelines/templates/deployment.yaml index accbdb2..8da01d3 100644 --- a/charts/pipelines/templates/deployment.yaml +++ b/charts/pipelines/templates/deployment.yaml @@ -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 }}