Skip to content

Commit

Permalink
add server_url
Browse files Browse the repository at this point in the history
  • Loading branch information
khaliqgant committed Feb 16, 2024
1 parent d3d359a commit 7f17ff3
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.19
version: 0.0.20
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 @@ -52,6 +52,8 @@ spec:
value: {{ .Values.temporalio.TEMPORAL_NAMESPACE }}
- name: NODE_ENV
value: {{ .Values.ENV | default "production" }}
- name: NANGO_SERVER_URL
value: {{ .Values.shared.APP_URL }}
- name: NANGO_ENTERPRISE
value: "true"
- name: NANGO_INTEGRATIONS_FULL_PATH
Expand Down

0 comments on commit 7f17ff3

Please sign in to comment.