diff --git a/charts/kserve/templates/NOTES.txt b/charts/kserve/templates/NOTES.txt index 814f495..e0df3a7 100644 --- a/charts/kserve/templates/NOTES.txt +++ b/charts/kserve/templates/NOTES.txt @@ -5,5 +5,7 @@ InferenceService is available at: {{- if .Values.ingress.enabled }} Ingress has been configured to access the InferenceService: - http{{ if .Values.ingress.tls.enabled }}s{{ end }}://{{ if .Values.ingress.host.wildcard }}*.{{ end }}{{ .Values.ingress.host.domain }}/ + {{- range .Values.ingress.hosts }} + http{{ if $.Values.ingress.tls.enabled }}s{{ end }}://{{ .host }}/ + {{- end }} {{- end }} \ No newline at end of file