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=b80a7ad52f7c3d3418bb8c6a1602baf1567586ee;hb=00599f878be182dc99e515e94b50f35b35956619;hp=3935beb90f9442cad6f273b76f98aaac7c377916;hpb=f127b33c7ac113cf0544f3685d9ba4b631cc2e00;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..b80a7ad5 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 "-" -}} @@ -55,6 +60,11 @@ {{- printf "container-%s" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} +{{- define "common.containername.chartmuseum" -}} + {{- $name := ( include "common.fullname.chartmuseum" . ) -}} + {{- printf "container-%s" $name | trunc 63 | trimSuffix "-" -}} +{{- end -}} + {{- define "common.containername.dashboard" -}} {{- $name := ( include "common.fullname.dashboard" . ) -}} {{- printf "container-%s" $name | trunc 63 | trimSuffix "-" -}}