diff options
author | Rémy Coutable <remy@rymai.me> | 2018-09-03 10:12:32 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-09-03 10:12:32 +0000 |
commit | 0c8b219d2bc7c307411c0c368353faaa9cdbd09b (patch) | |
tree | f054ab8dd97c67e765ec633e390e8e34006021ee | |
parent | 85b8206c417387c3716ccdc9257bed948f335935 (diff) | |
parent | 8609f72216a97b75ded35f2ba6736455257fca71 (diff) | |
download | gitlab-ce-0c8b219d2bc7c307411c0c368353faaa9cdbd09b.tar.gz |
Merge branch 'patch-28' into 'master'
Update gitlab_chart.md to fix example domain spelling missing "l"
See merge request gitlab-org/gitlab-ce!21462
-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 5a6f26319c7..0e9614a2de5 100644 --- a/doc/install/kubernetes/gitlab_chart.md +++ b/doc/install/kubernetes/gitlab_chart.md @@ -52,7 +52,7 @@ In order to deploy GitLab on Kubernetes, the following are required: To deploy GitLab, the following three parameters are required: - `global.hosts.domain`: the [base domain](preparation/networking.md) of the - wildcard host entry. For example, `exampe.com` if the wild card entry is + wildcard host entry. For example, `example.com` if the wild card entry is `*.example.com`. - `global.hosts.externalIP`: the [external IP](preparation/networking.md) which the wildcard DNS resolves to. |