mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
8 lines
170 B
Smarty
8 lines
170 B
Smarty
|
|
{{- define "open-webui.name" -}}
|
||
|
|
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }}
|
||
|
|
{{- end -}}
|
||
|
|
|
||
|
|
{{- define "ollama.name" -}}
|
||
|
|
ollama
|
||
|
|
{{- end -}}
|