X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-common%2FCommon-Template%2Fhelm%2Fric-common%2Ftemplates%2F_ingressname.tpl;h=ec5951fdafc2a485e3227908c89b692d7239833b;hb=581a3a371b3d0adfb6d9c831ad6877c3e07df0cd;hp=5f090b663db605052356b9fd6f67e1cf12496422;hpb=6f1d649951d191ca2be9f849b2a883d2307df686;p=it%2Fdep.git diff --git a/ric-common/Common-Template/helm/ric-common/templates/_ingressname.tpl b/ric-common/Common-Template/helm/ric-common/templates/_ingressname.tpl index 5f090b66..ec5951fd 100644 --- a/ric-common/Common-Template/helm/ric-common/templates/_ingressname.tpl +++ b/ric-common/Common-Template/helm/ric-common/templates/_ingressname.tpl @@ -37,6 +37,11 @@ {{- printf "ingress-%s" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} +{{- define "common.ingressname.submgr" -}} + {{- $name := ( include "common.fullname.submgr" . ) -}} + {{- printf "ingress-%s" $name | trunc 63 | trimSuffix "-" -}} +{{- end -}} + {{- define "common.ingressname.a1mediator" -}} {{- $name := ( include "common.fullname.a1mediator" . ) -}} {{- printf "ingress-%s" $name | trunc 63 | trimSuffix "-" -}}