open-webui/kubernetes/helm/templates/_helpers.tpl

8 lines
170 B
Smarty
Raw Normal View History

2024-02-19 20:58:25 +00:00
{{- define "open-webui.name" -}}
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }}
{{- end -}}
{{- define "ollama.name" -}}
ollama
{{- end -}}