diff options
author | nathanbietz <nate@voicedisplays.com> | 2019-07-09 07:30:19 +0000 |
---|---|---|
committer | nathanbietz <nate@voicedisplays.com> | 2019-07-09 07:30:19 +0000 |
commit | a0227808a6be96d4c4a8dfb2ed38bb98ebb90e6d (patch) | |
tree | 05e94a5f2b1470980685d09d8c6572d1ba6ce197 /doc/topics | |
parent | 3c86d6e0ce76adf88328a0258bb11a07e38393e5 (diff) | |
download | gitlab-ce-a0227808a6be96d4c4a8dfb2ed38bb98ebb90e6d.tar.gz |
Apply suggestion to doc/topics/autodevops/index.md
Diffstat (limited to 'doc/topics')
-rw-r--r-- | doc/topics/autodevops/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md index f3db1511c60..34c472497c7 100644 --- a/doc/topics/autodevops/index.md +++ b/doc/topics/autodevops/index.md @@ -514,7 +514,7 @@ Auto Deploy doesn't include deployments to staging or canary by default, but the enable them. You can make use of [environment variables](#environment-variables) to automatically -scale your pod replicas and to apply custom arguments to the Auto DevOps `helm upgrade` commands. This is an easy way to [customize the Auto Deploy helm chart](https://docs.gitlab.com/ee/topics/autodevops/index.html#custom-helm-chart). +scale your pod replicas and to apply custom arguments to the Auto DevOps `helm upgrade` commands. This is an easy way to [customize the Auto Deploy helm chart](#custom-helm-chart). Apps are deployed using the [auto-deploy-app](https://gitlab.com/gitlab-org/charts/auto-deploy-app) chart with |