X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-common%2FCommon-Template%2Fhelm%2Fric-common%2Ftemplates%2F_serviceaccountname.tpl;h=ba84006d802ac7a3ab7661669a76d234eae892ea;hb=refs%2Fchanges%2F34%2F1234%2F9;hp=9daabc91e8a467e1410b9a2a35878a50f6879dda;hpb=0c37cda7521814a759c75bdf703dd781a2a83ccb;p=it%2Fdep.git diff --git a/ric-common/Common-Template/helm/ric-common/templates/_serviceaccountname.tpl b/ric-common/Common-Template/helm/ric-common/templates/_serviceaccountname.tpl index 9daabc91..ba84006d 100644 --- a/ric-common/Common-Template/helm/ric-common/templates/_serviceaccountname.tpl +++ b/ric-common/Common-Template/helm/ric-common/templates/_serviceaccountname.tpl @@ -35,8 +35,9 @@ {{- printf "svcacct-%s" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} -{{- define "common.serviceaccountname.e2term" -}} - {{- $name := ( include "common.fullname.e2term" . ) -}} + +{{- define "common.serviceaccountname.rsm" -}} + {{- $name := ( include "common.fullname.rsm" . ) -}} {{- printf "svcacct-%s" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} @@ -55,6 +56,11 @@ {{- printf "svcacct-%s" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} +{{- define "common.serviceaccountname.chartmuseum" -}} + {{- $name := ( include "common.fullname.chartmuseum" . ) -}} + {{- printf "svcacct-%s" $name | trunc 63 | trimSuffix "-" -}} +{{- end -}} + {{- define "common.serviceaccountname.dashboard" -}} {{- $name := ( include "common.fullname.dashboard" . ) -}} {{- printf "svcacct-%s" $name | trunc 63 | trimSuffix "-" -}}