X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fe2mgr%2Ftemplates%2Fconfigmap.yaml;h=690f4f8382e065da91b037cdfc2c6d907787b9f1;hb=f63773cf637d9cfa516459cc9a0f951542811aaa;hp=7ccc8a66d02409d613709b79dcb024c6fefeb043;hpb=033ab424056c2de6bdbc22479e961aeebbaddd37;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/e2mgr/templates/configmap.yaml b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/configmap.yaml index 7ccc8a66..690f4f83 100644 --- a/ric-platform/50-RIC-Platform/helm/e2mgr/templates/configmap.yaml +++ b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/configmap.yaml @@ -19,11 +19,11 @@ 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.rmr" .}}:38000 + rte|2002|{{ include "common.servicename.e2mgr.rmr" .}}:3801 newrt|end