11 lines
402 B
Smarty
11 lines
402 B
Smarty
# -----------------------------------------------------------------------------
|
|
# templates/_helpers.tpl
|
|
# -----------------------------------------------------------------------------
|
|
{{""}}
|
|
{{- define "keydb-custom.name" -}}
|
|
{{- default .Chart.Name .Values.nameOverride | trunc 63 -}}
|
|
{{- end -}}
|
|
|
|
{{- define "keydb-custom.fullname" -}}
|
|
{{- printf "%s" (include "keydb-custom.name" .) -}}
|
|
{{- end -}} |