X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-common%2FCommon-Template%2Fhelm%2Fric-common%2Ftemplates%2F_configmapname.tpl;h=c9fcebf8e02f0e55c7ca1370ed81019e8e682784;hb=01adf4c86818ed16f46d8c0f9e9c691792bb233a;hp=4cff1a1f11c2a0bc7d69f5f8a9207ff5455a2f40;hpb=6f1d649951d191ca2be9f849b2a883d2307df686;p=it%2Fdep.git diff --git a/ric-common/Common-Template/helm/ric-common/templates/_configmapname.tpl b/ric-common/Common-Template/helm/ric-common/templates/_configmapname.tpl index 4cff1a1f..c9fcebf8 100644 --- a/ric-common/Common-Template/helm/ric-common/templates/_configmapname.tpl +++ b/ric-common/Common-Template/helm/ric-common/templates/_configmapname.tpl @@ -46,6 +46,11 @@ {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} +{{- define "common.configmapname.submgr" -}} + {{- $name := ( include "common.fullname.submgr" . ) -}} + {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}} +{{- end -}} + {{- define "common.configmapname.a1mediator" -}} {{- $name := ( include "common.fullname.a1mediator" . ) -}} {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}}