"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "0cbefefac3363666ea2f1b1f730a019214a8b3d4"
Unverified Commit 8e30948d authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #1532 from dariothornhill/1478-remove-trailing-slash

fix(helm): remove trailing slash
parents 51afb1e3 e08c144f
...@@ -10,7 +10,7 @@ ollama ...@@ -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 }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment