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;h=5f090b663db605052356b9fd6f67e1cf12496422;hb=6f1d649951d191ca2be9f849b2a883d2307df686;hp=894ad050da4cdc3670590156a1700d91a18911d8;hpb=948cb92657906b0c6ede9e1f82a56b95521fe0b4;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 894ad050..5f090b66 100644 --- a/ric-common/Common-Template/helm/ric-common/templates/_ingressname.tpl +++ b/ric-common/Common-Template/helm/ric-common/templates/_ingressname.tpl @@ -46,3 +46,13 @@ {{- $name := ( include "common.fullname.nexus" . ) -}} {{- printf "ingress-%s" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} + +{{- define "common.ingressname.chartmuseum" -}} + {{- $name := ( include "common.fullname.chartmuseum" . ) -}} + {{- printf "ingress-%s" $name | trunc 63 | trimSuffix "-" -}} +{{- end -}} + +{{- define "common.ingressname.ves" -}} + {{- $name := ( include "common.fullname.ves" . ) -}} + {{- printf "ingress-%s" $name | trunc 63 | trimSuffix "-" -}} +{{- end -}}