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
path: root/doc/ci
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2019-05-24 05:39:09 +0300
committerThong Kuah <tkuah@gitlab.com>2019-05-24 05:40:12 +0300
commit7338052f93a82a3a6609934fa023a56080cbb330 (patch)
tree4ce1aa5f1e6b150e1206b31646717ec023128eba /doc/ci
parentf2e6aec0b84357e4d755e71aae9ebafa85df3220 (diff)
Removes mention of $AUTO_DEVOPS_DOMAIN in doc
Even though there's no relation to the feature (it's actually about overriding template values, best to replace this with $KUBE_INGRESS_BASE_DOMAIN to avoid any potential confusion
Diffstat (limited to 'doc/ci')
-rw-r--r--doc/ci/yaml/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 31ff56e06f8..8667eacd3d5 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1986,7 +1986,7 @@ production:
- deploy
environment:
name: production
- url: https://$CI_PROJECT_PATH_SLUG.$AUTO_DEVOPS_DOMAIN
+ url: https://$CI_PROJECT_PATH_SLUG.$KUBE_INGRESS_BASE_DOMAIN
only:
- master
```