f69448898a
Signed-off-by: Yunusemre Şentürk <yunusemre@collabora.com> Change-Id: I5daeeea3746bb107b3c4e0b3b68efa0adacb773f
11 lines
311 B
Smarty
11 lines
311 B
Smarty
{{/* vim: set filetype=mustache: */}}
|
|
{{/*
|
|
Expand the name of the chart.
|
|
*/}}
|
|
{{- define "name" -}}
|
|
{{- default .Values.global.app.name .Values.nameOverride | trunc 63 | trimSuffix "-" -}}
|
|
{{- end -}}
|
|
|
|
{{- define "chartname" -}}
|
|
{{- printf "%s-%s" .Chart.Name (.Chart.Version | replace "+" "_") -}}
|
|
{{- end -}}
|