diff options
author | Mike Lewis <mlewis@gitlab.com> | 2018-06-22 18:43:47 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2018-06-22 18:43:47 +0000 |
commit | 2eb168c6494376a2485b2904e022f0de5a015fa9 (patch) | |
tree | 5b54f80677be7f90e19e98f4e3a71dd944d794d9 /doc/install/kubernetes | |
parent | ccbaa480e3affaa7bc55ec48cf46181043afbc9c (diff) | |
download | gitlab-ce-2eb168c6494376a2485b2904e022f0de5a015fa9.tar.gz |
Update gitlab_chart.md
Diffstat (limited to 'doc/install/kubernetes')
-rw-r--r-- | doc/install/kubernetes/gitlab_chart.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/kubernetes/gitlab_chart.md b/doc/install/kubernetes/gitlab_chart.md index 9d4d9b3d245..48f3df1925a 100644 --- a/doc/install/kubernetes/gitlab_chart.md +++ b/doc/install/kubernetes/gitlab_chart.md @@ -81,7 +81,7 @@ the deployment is taking place if you run the command in another terminal. ### Initial login -You can access the GitLab instance by visiting `gitlab.` and then the domain specified during installation. From the example above, the URL would be `https://gitlab.example.local`. +You can access the GitLab instance by visiting the domain name beginning with `gitlab.` followed by the domain specified during installation. From the example above, the URL would be `https://gitlab.example.local`. If you manually created the secret for initial root password, you can use that to sign in as `root` user. If not, Gitlab automatically |