Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Fontaine <afontaine@gitlab.com>2019-07-12 20:43:06 +0300
committerAndrew Fontaine <afontaine@gitlab.com>2019-07-15 16:31:17 +0300
commit22d3ba2207bf80cea53a667468a00162a907a3f9 (patch)
tree81f8288e22ba7bd557a33f3a1222bac868f6353e
parent5ada9a176a1e0da079bbb6997ee4a280c487b4fb (diff)
Mention nip.io For AutoDevOps Testing
Nip is a great utility for quickly setting up a wildcard domain for testing deployments, review apps, etc.
-rw-r--r--doc/howto/auto_devops/tips_and_troubleshooting.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/howto/auto_devops/tips_and_troubleshooting.md b/doc/howto/auto_devops/tips_and_troubleshooting.md
index ac9b9645c99..ec1b0375603 100644
--- a/doc/howto/auto_devops/tips_and_troubleshooting.md
+++ b/doc/howto/auto_devops/tips_and_troubleshooting.md
@@ -28,6 +28,10 @@ to save yourself from setting up a full working Auto DevOps project.
- One can run manual Helm commands from your local machine and communicate to our remote Tiller running on GKE. Check our [Useful Commands - Talking to Tiller](./useful_commands.md#talking-to-tiller) to know how to achieve it.
+###Configuration for Auto DevOps base domain
+
+Please refer to the [Auto DevOps Base Domain](https://docs.gitlab.com/ee/topics/autodevops/#auto-devops-base-domain) to learn more about it.
+
## Development using localhost instead
Consider not using the internet-facing URL for non Auto DevOps flows,