diff options
author | Thong Kuah <tkuah@gitlab.com> | 2019-05-24 14:39:09 +1200 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2019-05-24 14:40:12 +1200 |
commit | 7338052f93a82a3a6609934fa023a56080cbb330 (patch) | |
tree | 4ce1aa5f1e6b150e1206b31646717ec023128eba | |
parent | f2e6aec0b84357e4d755e71aae9ebafa85df3220 (diff) | |
download | gitlab-ce-7338052f93a82a3a6609934fa023a56080cbb330.tar.gz |
Removes mention of $AUTO_DEVOPS_DOMAIN in doc56959-remove-auto-devops-domain-ci-variable
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
-rw-r--r-- | doc/ci/yaml/README.md | 2 |
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 ``` |