freeleaps-ops/first-class-pipeline/helm/common/templates/_names.tpl
zhenyus 203aa95f61 feat(helm): add common Helm chart and templates for service development
fix(pipeline): update image names for frontend and backend in Jenkinsfile

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-11 12:11:41 +08:00

10 lines
173 B
Smarty

{{
/* Expand the name of the chart */
}}
{{- define "common.names.name" -}}
{{- define .Chart.name .Values.nameOverride | trunc 63 | trimSuffix "-" -}}
{{- end -}}
{{
}}