We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf9c8a commit 41d3ba4Copy full SHA for 41d3ba4
dev/helm/templates/deployment.yaml
@@ -51,7 +51,7 @@ spec:
51
{{- end }}
52
- name: DB_TYPE
53
value: postgres
54
- {{- if (.Values.externalPostgresql).databaseURL }}
+ {{- if and .Values.externalPostgresql .Values.externalPostgresql.databaseURL }}
55
- name: DATABASE_URL
56
value: {{ .Values.externalPostgresql.databaseURL }}
57
- name: NODE_TLS_REJECT_UNAUTHORIZED
0 commit comments