X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-common%2FCommon-Template%2Fhelm%2Fric-common%2Ftemplates%2F_configmapname.tpl;h=c9fcebf8e02f0e55c7ca1370ed81019e8e682784;hb=b40448785de1a21c690a4a8c86c9956391dc2b65;hp=1210d91af7ad3d88656aa0de7e5854c0f648c7ec;hpb=6cacc1f18011ec5a71e32fe09e406ed13c8603b5;p=it%2Fdep.git diff --git a/ric-common/Common-Template/helm/ric-common/templates/_configmapname.tpl b/ric-common/Common-Template/helm/ric-common/templates/_configmapname.tpl index 1210d91a..c9fcebf8 100644 --- a/ric-common/Common-Template/helm/ric-common/templates/_configmapname.tpl +++ b/ric-common/Common-Template/helm/ric-common/templates/_configmapname.tpl @@ -62,6 +62,11 @@ {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} +{{- define "common.configmapname.chartmuseum" -}} + {{- $name := ( include "common.fullname.chartmuseum" . ) -}} + {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}} +{{- end -}} + {{- define "common.configmapname.dashboard" -}} {{- $name := ( include "common.fullname.dashboard" . ) -}} {{- printf "configmap-%s" $name | trunc 63 | trimSuffix "-" -}}