github.com/rohankumardubey/draft-classic@v0.16.0/pkg/draft/testdata/good/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 -}}