summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLandon Abney <landonabney@gmail.com>2018-07-06 20:32:37 +0000
committerLandon Abney <landonabney@gmail.com>2018-07-06 20:32:37 +0000
commit915709a4ab352cca1a06d213c865219b304d5cdc (patch)
treede96fa951d58e4c9aba4ddbb54965f589c9ab5d8
parent06e3ea7ac3deefad9b91030994b40c7c8abe06d3 (diff)
downloadgitlab-ce-915709a4ab352cca1a06d213c865219b304d5cdc.tar.gz
Remove duplicate nip.io link
The nip.io service was being linked to twice in the note on cert requests.
-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:**