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;fp=ric-common%2FCommon-Template%2Fhelm%2Fric-common%2Ftemplates%2F_serviceaccountname.tpl;h=8e9c3f3648887e036915a595f5cdd212d02562ae;hb=6f1d649951d191ca2be9f849b2a883d2307df686;hp=9daabc91e8a467e1410b9a2a35878a50f6879dda;hpb=3be243af8254463c1716cf3f05d5806f17e370d7;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..8e9c3f36 100644 --- a/ric-common/Common-Template/helm/ric-common/templates/_serviceaccountname.tpl +++ b/ric-common/Common-Template/helm/ric-common/templates/_serviceaccountname.tpl @@ -55,6 +55,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 "-" -}}