X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-common%2FCommon-Template%2Fhelm%2Fric-common%2Ftemplates%2F_containername.tpl;h=913ed16bbfb4581deb576411c52843bdc86cc223;hb=9206be77d8dd122ecb3e992956f0c39f8b37b71c;hp=b80a7ad52f7c3d3418bb8c6a1602baf1567586ee;hpb=00599f878be182dc99e515e94b50f35b35956619;p=it%2Fdep.git diff --git a/ric-common/Common-Template/helm/ric-common/templates/_containername.tpl b/ric-common/Common-Template/helm/ric-common/templates/_containername.tpl index b80a7ad5..913ed16b 100644 --- a/ric-common/Common-Template/helm/ric-common/templates/_containername.tpl +++ b/ric-common/Common-Template/helm/ric-common/templates/_containername.tpl @@ -55,6 +55,11 @@ {{- printf "container-%s" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} +{{- define "common.containername.vespamgr" -}} + {{- $name := ( include "common.fullname.vespamgr" . ) -}} + {{- printf "container-%s" $name | trunc 63 | trimSuffix "-" -}} +{{- end -}} + {{- define "common.containername.nexus" -}} {{- $name := ( include "common.fullname.nexus" . ) -}} {{- printf "container-%s" $name | trunc 63 | trimSuffix "-" -}}