Files
py-kms/helm/templates/_helpers.tpl
2025-08-31 00:48:02 +02:00

7 lines
199 B
Smarty

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