X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=xapp_onboarder%2Fxapp_onboarder%2Fresources%2Fxapp-std%2Ftemplates%2F_helpers.tpl;h=166d47ae474ab4bf415d7985ba32083bff2a7ced;hb=907b38feb3b874e49645488b1e94c11d252c9c08;hp=d117edb776b68bba1db826e8c161951263cc6437;hpb=3b56acc14a2308e853612e22738cd44687288149;p=it%2Fdev.git diff --git a/xapp_onboarder/xapp_onboarder/resources/xapp-std/templates/_helpers.tpl b/xapp_onboarder/xapp_onboarder/resources/xapp-std/templates/_helpers.tpl index d117edb..166d47a 100644 --- a/xapp_onboarder/xapp_onboarder/resources/xapp-std/templates/_helpers.tpl +++ b/xapp_onboarder/xapp_onboarder/resources/xapp-std/templates/_helpers.tpl @@ -45,14 +45,9 @@ Create chart name and version as used by the chart label. -{{- define "ricxapp.servicename.rmr" -}} +{{- define "ricxapp.servicename" -}} {{- $name := ( include "ricxapp.fullname" . ) -}} - {{- printf "service-%s-rmr" $name | trunc 63 | trimSuffix "-" -}} -{{- end -}} - -{{- define "ricxapp.servicename.http" -}} - {{- $name := ( include "ricxapp.fullname" . ) -}} - {{- printf "service-%s-http" $name | trunc 63 | trimSuffix "-" -}} + {{- printf "service-%s" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} {{- define "ricxapp.configmapname" -}}