freeleaps-ops/first-class-pipeline/helm/common/templates/_names.tpl

10 lines
173 B
Smarty
Raw Normal View History

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