Add common template for all names for cross referencing. Allow individual repository...
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / e2mgr / templates / configmap.yaml
index 7ccc8a6..fcfe9a0 100644 (file)
 apiVersion: v1
 kind: ConfigMap
 metadata:
-  name: {{ include "e2mgr.fullname" . }}-router-configmap
+  name: {{ include "common.configmapname.e2mgr" . }}-router-configmap
   namespace: {{ include "common.namespace" . }}
 data:
   router.txt: |
     newrt|start
-    rte|1001|ric-full-e2term:38000
-    rte|2002|{{ include "e2mgr.fullname" .}}:3801
+    rte|1001|{{ include "common.servicename.e2term" .}}:38000
+    rte|2002|{{ include "common.servicename.e2mgr" .}}:3801
     newrt|end