forked from open-webui/open-webui
add define names
This commit is contained in:
parent
770c6f210c
commit
cbaada1410
7 changed files with 17 additions and 10 deletions
7
kubernetes/helm/templates/_helpers.tpl
Normal file
7
kubernetes/helm/templates/_helpers.tpl
Normal file
|
@ -0,0 +1,7 @@
|
|||
{{- define "open-webui.name" -}}
|
||||
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }}
|
||||
{{- end -}}
|
||||
|
||||
{{- define "ollama.name" -}}
|
||||
ollama
|
||||
{{- end -}}
|
Loading…
Add table
Add a link
Reference in a new issue