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 -}}
|