summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorNatho <me@natho.io>2018-06-04 14:08:35 +0930
committerNatho <me@natho.io>2018-06-04 14:08:35 +0930
commit4022466e25cdfb1c320b425bb9bf810ffff1e417 (patch)
tree4259a3424ebb483f41fdb0d6316762ea057185eb /doc/install
parentc0d1e3862b4952d80258cb452a8c608e145da712 (diff)
downloadgitlab-ce-4022466e25cdfb1c320b425bb9bf810ffff1e417.tar.gz
Update IPs to valid example IPs.
As per: https://tools.ietf.org/html/rfc5737
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/kubernetes/gitlab_omnibus.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/kubernetes/gitlab_omnibus.md b/doc/install/kubernetes/gitlab_omnibus.md
index 98af87455ec..e1d1969651e 100644
--- a/doc/install/kubernetes/gitlab_omnibus.md
+++ b/doc/install/kubernetes/gitlab_omnibus.md
@@ -144,7 +144,7 @@ helm install --name gitlab -f values.yaml gitlab/gitlab-omnibus
or passing them on the command line:
```bash
-helm install --name gitlab --set baseDomain=gitlab.io,baseIP=1.1.1.1,gitlab=ee,gitlabEELicense=$LICENSE,legoEmail=email@gitlab.com gitlab/gitlab-omnibus
+helm install --name gitlab --set baseDomain=gitlab.io,baseIP=192.0.2.1,gitlab=ee,gitlabEELicense=$LICENSE,legoEmail=email@gitlab.com gitlab/gitlab-omnibus
```
## Updating GitLab using the Helm Chart