X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fcommon%2Ftemplates%2F_deploymentname.tpl;h=2571a5cb2947c50374a2ab8f5f4961a721d99710;hb=b98e18905302fc97cd0ec46c8cc10b1844f08e4e;hp=7a43edcac0a6a1c8baa6a0d1ba959bdbf3c161fc;hpb=a397399c6ae05e03a4fe112ed1b29ecd311c264f;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/common/templates/_deploymentname.tpl b/ric-platform/50-RIC-Platform/helm/common/templates/_deploymentname.tpl index 7a43edca..2571a5cb 100644 --- a/ric-platform/50-RIC-Platform/helm/common/templates/_deploymentname.tpl +++ b/ric-platform/50-RIC-Platform/helm/common/templates/_deploymentname.tpl @@ -21,30 +21,34 @@ {{- define "common.deploymentname.appmgr" -}} - {{- $name := ( include "common.name.appmgr" . ) -}} + {{- $name := ( include "common.fullname.appmgr" . ) -}} {{- printf "deployment-%s" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} {{- define "common.deploymentname.dbaas" -}} - {{- $name := ( include "common.name.dbaas" . ) -}} + {{- $name := ( include "common.fullname.dbaas" . ) -}} {{- printf "deployment-%s" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} {{- define "common.deploymentname.e2mgr" -}} - {{- $name := ( include "common.name.e2mgr" . ) -}} + {{- $name := ( include "common.fullname.e2mgr" . ) -}} {{- printf "deployment-%s" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} {{- define "common.deploymentname.e2term" -}} - {{- $name := ( include "common.name.e2term" . ) -}} + {{- $name := ( include "common.fullname.e2term" . ) -}} {{- printf "deployment-%s" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} {{- define "common.deploymentname.rtmgr" -}} - {{- $name := ( include "common.name.rtmgr" . ) -}} + {{- $name := ( include "common.fullname.rtmgr" . ) -}} {{- printf "deployment-%s" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} +{{- define "common.deploymentname.a1mediator" -}} + {{- $name := ( include "common.fullname.a1mediator" . ) -}} + {{- printf "deployment-%s" $name | trunc 63 | trimSuffix "-" -}} +{{- end -}}