Skip to content

Commit 4013b74

Browse files
committed
Merge branch 'PI-434-deploy-postgres-database' into develop
2 parents cee281e + d3b6e5a commit 4013b74

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

deployment/helm/possible-x-edc/templates/configmap.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,8 @@ data:
3939
edc.iam.token.scope={{ .Values.edc.iam.token.scope }}
4040
edc.keystore={{ .Values.edc.keystore.path }}
4141
edc.keystore.password={{ .Values.edc.keystore.password }}
42-
edc.vault={{ .Values.edc.vault.path }}
42+
edc.vault={{ .Values.edc.vault.path }}
43+
edc.datasource.default.url=jdbc:postgresql://{{ .Values.edc.datasource.url }}
44+
edc.datasource.default.name={{ .Values.edc.datasource.name }}
45+
edc.datasource.default.user={{ .Values.edc.datasource.name }}
46+
edc.datasource.default.password={{ .Values.edc.datasource.password }}

0 commit comments

Comments
 (0)