X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ric-common%2FCommon-Template%2Fhelm%2Fric-common%2Ftemplates%2F_containername.tpl;fp=ric-common%2FCommon-Template%2Fhelm%2Fric-common%2Ftemplates%2F_containername.tpl;h=e0dbc3b3c58167e7285af0e855cac58819d9ae6d;hb=6cacc1f18011ec5a71e32fe09e406ed13c8603b5;hp=3935beb90f9442cad6f273b76f98aaac7c377916;hpb=3be243af8254463c1716cf3f05d5806f17e370d7;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 3935beb9..e0dbc3b3 100644 --- a/ric-common/Common-Template/helm/ric-common/templates/_containername.tpl +++ b/ric-common/Common-Template/helm/ric-common/templates/_containername.tpl @@ -45,6 +45,11 @@ {{- printf "container-%s" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} +{{- define "common.containername.submgr" -}} + {{- $name := ( include "common.fullname.submgr" . ) -}} + {{- printf "container-%s" $name | trunc 63 | trimSuffix "-" -}} +{{- end -}} + {{- define "common.containername.a1mediator" -}} {{- $name := ( include "common.fullname.a1mediator" . ) -}} {{- printf "container-%s" $name | trunc 63 | trimSuffix "-" -}}