Files
charts/bitnami/dataplatform-bp1/templates/_helpers.tpl
2021-02-17 18:17:28 +01:00

9 lines
268 B
Smarty

{{/*
Return the proper service name for a subcomponent
Usage:
{{ include "subcomponent.service.name" ( dict "componentName" "name" "context" $ ) }}
*/}}
{{- define "subcomponent.service.name" -}}
{{- printf "%s-%s" .context.Release.Name .componentName -}}
{{- end -}}