mirror of
https://github.com/Telecominfraproject/wlan-cloud-helm.git
synced 2025-10-29 17:52:40 +00:00
- Added charts for Kafka and zookeeper - Also updated opensync-mosquitto chart to be a Statefulset instead of deployment
21 lines
582 B
Smarty
21 lines
582 B
Smarty
{{/*
|
|
Create chart name and version as used by the chart label.
|
|
*/}}
|
|
{{- define "zookeeper.chart" -}}
|
|
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" -}}
|
|
{{- end -}}
|
|
|
|
{{/*
|
|
The name of the zookeeper headless service.
|
|
*/}}
|
|
{{- define "zookeeper.headless" -}}
|
|
{{- printf "%s-headless" (include "common.fullname" .) | trunc 63 | trimSuffix "-" -}}
|
|
{{- end -}}
|
|
|
|
{{/*
|
|
The name of the zookeeper chroots job.
|
|
*/}}
|
|
{{- define "zookeeper.chroots" -}}
|
|
{{- printf "%s-chroots" (include "common.fullname" .) | trunc 63 | trimSuffix "-" -}}
|
|
{{- end -}}
|