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