Files
heimdall/helm/templates/_helpers.tpl
2025-08-30 15:58:39 +02:00

7 lines
205 B
Smarty

{{ define "heimdall.name" -}}
{{ .Chart.Name | trunc 63 | trimSuffix "-" }}
{{- end }}
{{ define "heimdall.environment" -}}
{{ printf "environment-%s" .Chart.Name | trunc 51 | trimSuffix "-" }}
{{- end }}