X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fe2mgr%2Ftemplates%2Fconfigmap.yaml;h=fcfe9a0cc01aeb6604fe39987296d348aeab1c6a;hb=b98e18905302fc97cd0ec46c8cc10b1844f08e4e;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..fcfe9a0c 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" .}}:38000 + rte|2002|{{ include "common.servicename.e2mgr" .}}:3801 newrt|end