Skip to content

Commit

Permalink
[Jupyter] Fix MLRun UI URL generated by jupyter to include /mlrun (#37
Browse files Browse the repository at this point in the history
)
  • Loading branch information
quaark authored Dec 14, 2022
1 parent 25d7c9d commit be37f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/mlrun-ce/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Copied over from mlrun chart to duplicate the logic without constraining the val
{{- if .Values.jupyterNotebook.mlrunUIURL -}}
{{- .Values.jupyterNotebook.mlrunUIURL -}}
{{- else -}}
{{- printf "http://%s:%s" .Values.global.externalHostAddress (.Values.mlrun.ui.service.nodePort | toString) -}}
{{- printf "http://%s:%s/mlrun" .Values.global.externalHostAddress (.Values.mlrun.ui.service.nodePort | toString) -}}
{{- end -}}
{{- end -}}

Expand Down

0 comments on commit be37f6b

Please sign in to comment.