diff options
author | Joshua Lambert <joshua@gitlab.com> | 2018-06-22 00:08:35 -0400 |
---|---|---|
committer | Joshua Lambert <joshua@gitlab.com> | 2018-06-22 00:08:35 -0400 |
commit | 7576be97268689d8850c8f9d2353b509bfbbd0bf (patch) | |
tree | 19dd5e1dffa92aa41fea57f627de6d85896d9ea1 /doc/install/kubernetes | |
parent | 816cb68c6c8d85ff015bf4e8e1113f798c7f23e7 (diff) | |
download | gitlab-ce-7576be97268689d8850c8f9d2353b509bfbbd0bf.tar.gz |
Add a missing period
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 bd8a40c1bff..3b79b1544b0 100644 --- a/doc/install/kubernetes/gitlab_chart.md +++ b/doc/install/kubernetes/gitlab_chart.md @@ -87,7 +87,7 @@ If you manually created the secret for initial root password, you can use that to sign in as `root` user. If not, Gitlab automatically created a random password for `root` user. This can be extracted by the following command (replace `<name>` by name of the release - which is `gitlab` -if you used the command above) +if you used the command above). > **Note**: On some versions of Kubernetes a `%` will appear at the end of the password, do not include it. |