Skip to content

Commit

Permalink
Fix errors in chart helper message (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuan0322 authored Dec 7, 2021
1 parent 76d958b commit 009612b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/graphscope/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Get service address by:
{{- if .Values.jupyter }}

A jupyter-lab container is shipped with GraphScope, you can get the jupyter URL by executing
'kubectl --namespace {{ .Release.Namespace }} logs {{ template "graphscope.fullname" .}}-coordinator -c jupyter'
'kubectl --namespace {{ .Release.Namespace }} logs --tail=10 -lgraphscope.components=coordinator -c jupyter'

Then replace the '127.0.0.1:8888' to '${NODE_IP}:{{ .Values.jupyter.port }}'.

Expand Down

0 comments on commit 009612b

Please # to comment.