Reputation: 21
I'm getting the error in the helm when I run a Helm chart. helpers.tpl
contains:
{{- define "fullname" -}}
{{- $name := default .Chart.Name .Values.nameOverride -}}
{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" -}}
{{- end -}}
Upvotes: 0
Views: 1408