feat: add some templates from bitnami/common
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-01 20:59:09 +03:00
parent 76793993d9
commit 1f3a7e1050
5 changed files with 303 additions and 0 deletions

View File

@ -44,3 +44,10 @@ Create the name of the service account to use.
{{- default "default" $serviceAccount.name }}
{{- end }}
{{- end }}
{{/*
Allow the release namespace to be overridden for multi-namespace deployments in combined charts.
*/}}
{{- define "common.namespace" -}}
{{- default .Release.Namespace .Values.namespaceOverride | trunc 63 | trimSuffix "-" -}}
{{- end -}}