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
This commit is contained in:
Thong Kuah 2019-05-24 14:39:09 +12:00
parent f2e6aec0b8
commit 7338052f93
1 changed files with 1 additions and 1 deletions

View File

@ -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
```