mirror of
https://github.com/open-webui/open-webui
synced 2025-05-21 13:36:35 +00:00
Merge pull request #1532 from dariothornhill/1478-remove-trailing-slash
fix(helm): remove trailing slash
This commit is contained in:
commit
8e30948de9
@ -10,7 +10,7 @@ ollama
|
|||||||
{{- if .Values.ollama.externalHost }}
|
{{- if .Values.ollama.externalHost }}
|
||||||
{{- printf .Values.ollama.externalHost }}
|
{{- printf .Values.ollama.externalHost }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
{{- printf "http://%s.%s.svc.cluster.local:%d/" (include "ollama.name" .) (.Release.Namespace) (.Values.ollama.service.port | int) }}
|
{{- printf "http://%s.%s.svc.cluster.local:%d" (include "ollama.name" .) (.Release.Namespace) (.Values.ollama.service.port | int) }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user