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
This commit is contained in:
commit
0c8b219d2b
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ In order to deploy GitLab on Kubernetes, the following are required:
|
||||||
To deploy GitLab, the following three parameters are required:
|
To deploy GitLab, the following three parameters are required:
|
||||||
|
|
||||||
- `global.hosts.domain`: the [base domain](preparation/networking.md) of the
|
- `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`.
|
`*.example.com`.
|
||||||
- `global.hosts.externalIP`: the [external IP](preparation/networking.md) which
|
- `global.hosts.externalIP`: the [external IP](preparation/networking.md) which
|
||||||
the wildcard DNS resolves to.
|
the wildcard DNS resolves to.
|
||||||
|
|
Loading…
Reference in a new issue