mirror of
https://github.com/bitnami/charts.git
synced 2026-03-11 15:37:20 +08:00
* [bitnami/dataplatform-bp2] Add dataplatform Blueprint 2 chart * Address changes * Add values metadata for Readmenator * Remove old sections
9 lines
279 B
Smarty
9 lines
279 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 | trunc 63 -}}
|
|
{{- end -}}
|