summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2018-08-20 09:20:12 +0000
committerSean McGivern <sean@mcgivern.me.uk>2018-08-20 09:20:12 +0000
commit80252926363cad1422b907d21712e70c620dde33 (patch)
treec84eaae874ec80bb804f21490a0bad1f402b2b5c
parent7c5b466952522a04d54e2c15497896d437e1797f (diff)
parent915709a4ab352cca1a06d213c865219b304d5cdc (diff)
downloadgitlab-ce-80252926363cad1422b907d21712e70c620dde33.tar.gz
Merge branch 'docs/remove-dupe-link' into 'master'
Remove duplicate nip.io link See merge request gitlab-org/gitlab-ce!20457
-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 9aee6b9dc74..c2c8a7a92fd 100644
--- a/doc/install/kubernetes/gitlab_omnibus.md
+++ b/doc/install/kubernetes/gitlab_omnibus.md
@@ -120,7 +120,7 @@ gitlabConfigStorageSize: 1Gi
Ingress routing and SSL are automatically configured within this Chart. An NGINX ingress is provisioned and configured, and will route traffic to any service. SSL certificates are automatically created and configured by [kube-lego](https://github.com/kubernetes/charts/tree/master/stable/kube-lego).
> **Note:**
-Let's Encrypt limits a single TLD to five certificate requests within a single week. This means that common DNS wildcard services like [nip.io](http://nip.io) and [nip.io](http://nip.io) are unlikely to work.
+Let's Encrypt limits a single TLD to five certificate requests within a single week. This means that common DNS wildcard services like [nip.io](http://nip.io) are unlikely to work.
## Installing GitLab using the Helm Chart
> **Note:**