diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-10-11 14:19:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-11 14:19:48 +0000 |
commit | 193fd76e03c8edca83d1a548636c78d1c7d7a689 (patch) | |
tree | e8ede8d5e498df37f6cce77a416f6d4ce155bcd3 /kubernetes/dmaap/components/dmaap-dr-prov/resources/config/provserver.properties | |
parent | c4b39f863380dda2e57fd6862e8b2fff6a41504a (diff) | |
parent | 7fc530c6504411c2051fc774bcec265673f2fa54 (diff) |
Merge "[DMAAP] Use the common mariadb-galera instance"
Diffstat (limited to 'kubernetes/dmaap/components/dmaap-dr-prov/resources/config/provserver.properties')
-rw-r--r-- | kubernetes/dmaap/components/dmaap-dr-prov/resources/config/provserver.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/dmaap/components/dmaap-dr-prov/resources/config/provserver.properties b/kubernetes/dmaap/components/dmaap-dr-prov/resources/config/provserver.properties index a7472383e2..18ab41982a 100644 --- a/kubernetes/dmaap/components/dmaap-dr-prov/resources/config/provserver.properties +++ b/kubernetes/dmaap/components/dmaap-dr-prov/resources/config/provserver.properties @@ -42,7 +42,7 @@ org.onap.dmaap.datarouter.provserver.isaddressauthenabled = false # Database access org.onap.dmaap.datarouter.db.driver = org.mariadb.jdbc.Driver -org.onap.dmaap.datarouter.db.url = jdbc:mariadb://{{.Values.config.dmaapDrDb.mariadbServiceName}}:{{.Values.config.dmaapDrDb.mariadbServicePort}}/{{.Values.mariadb.db.name}} +org.onap.dmaap.datarouter.db.url = jdbc:mariadb://{{ include "common.mariadbService" . }}:{{ include "common.mariadbPort" . }}/{{index .Values "mariadb-galera" "db" "name"}} org.onap.dmaap.datarouter.db.login = ${DB_USERNAME} org.onap.dmaap.datarouter.db.password = ${DB_PASSWORD} |