From 40120e1ef9896d06acb9ddd505f70915b1ba75f3 Mon Sep 17 00:00:00 2001 From: Lilian Lee Date: Thu, 18 Apr 2019 15:52:46 +0800 Subject: [PATCH] Update charts/tidb-cluster/templates/NOTES.txt Co-Authored-By: cofyc --- charts/tidb-cluster/templates/NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tidb-cluster/templates/NOTES.txt b/charts/tidb-cluster/templates/NOTES.txt index 689a1e2762..db12efca9e 100644 --- a/charts/tidb-cluster/templates/NOTES.txt +++ b/charts/tidb-cluster/templates/NOTES.txt @@ -24,5 +24,5 @@ Cluster access * View monitor dashboard for TiDB cluster kubectl port-forward -n {{ .Release.Namespace }} svc/{{ template "cluster.name" . }}-grafana 3000:3000 Open browser at http://localhost:3000. The default username and password is admin/admin. - If you are running this from a remote machine, you must specify server's external IP address. + If you are running this from a remote machine, you must specify the server's external IP address. {{- end -}}