github.com/fibonacci1729/draft@v0.3.0/pkg/draft/testdata/no-dockerfile/chart/templates/_helpers.tpl (about) 1 {{/* 2 Create a default fully qualified app name. 3 We truncate at 24 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). 4 */}} 5 {{- define "fullname" -}} 6 {{- printf "%s" .Release.Name | trunc 24 | trimSuffix "-" -}} 7 {{- end -}}