Skip to content

Commit

Permalink
add persist path to jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
khaliqgant committed Feb 16, 2024
1 parent 12ab256 commit d3d359a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nango/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: nango
type: application
version: 0.0.18
version: 0.0.19
appVersion: 0.0.2
dependencies:
- condition: postgresql.enabled
Expand Down
2 changes: 2 additions & 0 deletions charts/nango/templates/jobs/jobs-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ spec:
value: {{ .Values.shared.flows_path }}
- name: NANGO_RUNNER_PATH
value: "/nango/packages/runner/dist/app.js"
- name: PERSIST_SERVICE_URL
value: {{ .Values.persist.url }}
volumeMounts:
{{- if .Values.shared.useVolumeForFlows }}
- mountPath: {{ .Values.shared.flows_path }}
Expand Down

0 comments on commit d3d359a

Please sign in to comment.