New version of the common template. It unifies the naming convention between platform...
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / appmgr / templates / appenv.yaml
index c038264..07a2019 100644 (file)
@@ -20,5 +20,5 @@ kind: ConfigMap
 metadata:
   name: {{ include "common.configmapname.appmgr" . }}-appenv
 data:
-  {{- $dbaasservicehost := include "common.servicename.dbaas" . | quote -}}
+  {{- $dbaasservicehost := include "common.servicename.dbaas.tcp" . | quote -}}
   {{- (.Files.Get "resources/appenv.yaml") | replace "__DBAAS_SERVICE_HOST__" $dbaasservicehost | nindent 2 }}