aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/charts/pap/resources/config/config.json
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-04-06 19:55:16 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-06 19:55:16 +0000
commit5da97551c766150ac9a88d19f3c8095b236062f6 (patch)
tree2b4de6faff5a96d0e6d1d5b62ebf8b670ee25e4b /kubernetes/policy/charts/pap/resources/config/config.json
parentf033c7c113bf1e2eb82a56c9538c99f0783e3fa3 (diff)
parent3d9dc8b0248aa6373c127823d1014b05431c6e87 (diff)
Merge "[POLICY] Use common secret template in pap"
Diffstat (limited to 'kubernetes/policy/charts/pap/resources/config/config.json')
-rw-r--r--kubernetes/policy/charts/pap/resources/config/config.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/policy/charts/pap/resources/config/config.json b/kubernetes/policy/charts/pap/resources/config/config.json
index e4517c7a5d..544ecdfc32 100644
--- a/kubernetes/policy/charts/pap/resources/config/config.json
+++ b/kubernetes/policy/charts/pap/resources/config/config.json
@@ -41,8 +41,8 @@
"implementation": "org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl",
"databaseDriver": "org.mariadb.jdbc.Driver",
"databaseUrl": "jdbc:mariadb://{{ .Values.global.mariadb.service.name }}:{{ .Values.global.mariadb.service.internalPort }}/{{ .Values.global.mariadb.config.mysqlDatabase }}",
- "databaseUser": "{{ .Values.global.mariadb.config.userName }}",
- "databasePassword": "{{ .Values.global.mariadb.config.userPassword | b64enc }}",
+ "databaseUser": "${SQL_USER}",
+ "databasePassword": "${SQL_PASSWORD_BASE64}",
"persistenceUnit": "PolicyMariaDb"
},
"topicParameterGroup": {