github.com/Azure/draft-classic@v0.16.0/cmd/draft/testdata/create/generated/simple-go/charts/go/templates/_helpers.tpl (about)

     1  {{/* vim: set filetype=mustache: */}}
     2  {{/*
     3  Expand the name of the chart.
     4  */}}
     5  {{- define "name" -}}
     6  {{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}}
     7  {{- end -}}
     8  
     9  {{/*
    10  Create a default fully qualified app name.
    11  We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec).
    12  */}}
    13  {{- define "fullname" -}}
    14  {{- $name := default .Chart.Name .Values.nameOverride -}}
    15  {{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" -}}
    16  {{- end -}}