initialize heimdall

This commit is contained in:
2025-08-23 10:35:48 +02:00
commit d335eabf4f
9 changed files with 270 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{{ define "heimdall.name" -}}
{{ .Chart.Name | trunc 63 | trimSuffix "-" }}
{{- end }}
{{ define "heimdall.environment" -}}
{{ printf "environment-%s" .Chart.Name | trunc 51 | trimSuffix "-" }}
{{- end }}