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;fp=ric-common%2FCommon-Template%2Fhelm%2Fric-common%2Ftemplates%2F_ingressname.tpl;h=d10ebcf932da0588f48b4819b4a5f5ae53cf4878;hb=6cacc1f18011ec5a71e32fe09e406ed13c8603b5;hp=f80063f41b32a0e5af376092ffc80f3b97603974;hpb=3be243af8254463c1716cf3f05d5806f17e370d7;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 f80063f4..d10ebcf9 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 "-" -}}