X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fcommon%2Ftemplates%2F_configmapname.tpl;h=671b620add17dbd73fa961912c90652f8208fa5c;hb=refs%2Fchanges%2F17%2F417%2F1;hp=2e13e060f21e7b8d119289344fd1fc770fed79ee;hpb=04d8123f5b80bddc11cc97c78e994589634a2c7b;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/common/templates/_configmapname.tpl b/ric-platform/50-RIC-Platform/helm/common/templates/_configmapname.tpl index 2e13e060..671b620a 100644 --- a/ric-platform/50-RIC-Platform/helm/common/templates/_configmapname.tpl +++ b/ric-platform/50-RIC-Platform/helm/common/templates/_configmapname.tpl @@ -22,30 +22,33 @@ {{- define "common.configmapname.appmgr" -}} - {{- $name := ( include "common.name.appmgr" . ) -}} + {{- $name := ( include "common.fullname.appmgr" . ) -}} {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} {{- define "common.configmapname.dbaas" -}} - {{- $name := ( include "common.name.dbaas" . ) -}} + {{- $name := ( include "common.fullname.dbaas" . ) -}} {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}} -{{- end -}} +{{- end -}}: {{- define "common.configmapname.e2mgr" -}} - {{- $name := ( include "common.name.e2mgr" . ) -}} + {{- $name := ( include "common.fullname.e2mgr" . ) -}} {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} {{- define "common.configmapname.e2term" -}} - {{- $name := ( include "common.name.e2term" . ) -}} + {{- $name := ( include "common.fullname.e2term" . ) -}} {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} {{- define "common.configmapname.rtmgr" -}} - {{- $name := ( include "common.name.rtmgr" . ) -}} + {{- $name := ( include "common.fullname.rtmgr" . ) -}} {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} - +{{- define "common.configmapname.a1mediator" -}} + {{- $name := ( include "common.fullname.a1mediator" . ) -}} + {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}} +{{- end -}}