diff options
author | Jakub Latusek <j.latusek@samsung.com> | 2020-10-21 13:36:29 +0200 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-10-22 08:56:24 +0200 |
commit | 2eea1491fca7b7a22ce8e63b5e9d2b412635d2e7 (patch) | |
tree | caf280d8eec56a1735e3bca97a8e771bf1377ce9 /kubernetes/common/dgbuilder/resources/config/svclogic.properties | |
parent | 132fd4f59c99986560bc4588ffd51bcb63bcd2e2 (diff) |
[COMMON] change comment style
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: I21ea78c96ff8bd5e729f2228f761df534f515358
Issue-ID: OOM-2562
Diffstat (limited to 'kubernetes/common/dgbuilder/resources/config/svclogic.properties')
-rw-r--r-- | kubernetes/common/dgbuilder/resources/config/svclogic.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/common/dgbuilder/resources/config/svclogic.properties b/kubernetes/common/dgbuilder/resources/config/svclogic.properties index 28612a270b..01edb4d411 100644 --- a/kubernetes/common/dgbuilder/resources/config/svclogic.properties +++ b/kubernetes/common/dgbuilder/resources/config/svclogic.properties @@ -1,3 +1,4 @@ +{{/* # Copyright © 2018 AT&T, Amdocs, Bell Canada # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -11,6 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +*/}} org.onap.ccsdk.sli.dbtype=jdbc org.onap.ccsdk.sli.jdbc.url=jdbc:mysql://{{.Values.config.dbServiceName}}.{{ include "common.namespace" . }}:3306/{{.Values.config.db.dbName}} |