mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
Standardize component.name & component.fullname functions
Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
Expand the name of the chart.
|
||||
*/}}
|
||||
{{- define "kafka.name" -}}
|
||||
{{- default .Chart.Name .Values.nameOverride | trunc 24 -}}
|
||||
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}}
|
||||
{{- end -}}
|
||||
|
||||
{{/*
|
||||
|
||||
Reference in New Issue
Block a user