initialize py-kms

This commit is contained in:
2025-08-31 00:13:52 +02:00
commit 8dad64654c
9 changed files with 252 additions and 0 deletions

View File

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