open-webui/kubernetes/helm/templates/_helpers.tpl
2024-02-19 21:58:25 +01:00

7 lines
170 B
Smarty

{{- define "open-webui.name" -}}
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }}
{{- end -}}
{{- define "ollama.name" -}}
ollama
{{- end -}}