initial commit
This commit is contained in:
10
charts/saml-broker/templates/_helpers.tpl
Normal file
10
charts/saml-broker/templates/_helpers.tpl
Normal file
@@ -0,0 +1,10 @@
|
||||
{{- define "saml-broker.name" -}}
|
||||
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}}
|
||||
{{- end -}}
|
||||
{{- define "saml-broker.fullname" -}}
|
||||
{{- if .Values.fullnameOverride -}}
|
||||
{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" -}}
|
||||
{{- else -}}
|
||||
{{- printf "%s" (include "saml-broker.name" .) | trunc 63 | trimSuffix "-" -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user