diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2018-07-02 14:20:16 +0000 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2018-07-02 14:20:16 +0000 |
commit | f449fee31d7d81cb18233248b6468f520daa0125 (patch) | |
tree | 2fea6b09a639035e6e94c276505a20ab22877ca3 | |
parent | 6151e46fccac802b8db0af03ffe3f14ef7665518 (diff) | |
parent | 56a2fc3b419aaf6482bdf55fc25d8eb9f1eb470d (diff) | |
download | gitlab-ce-f449fee31d7d81cb18233248b6468f520daa0125.tar.gz |
Merge branch 'docs/ad-typo' into 'master'
Update index.md changed "gonna" to "going to be"
See merge request gitlab-org/gitlab-ce!20310
-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 1d26a743500..de26d0f7a3f 100644 --- a/doc/topics/autodevops/index.md +++ b/doc/topics/autodevops/index.md @@ -91,7 +91,7 @@ To make full use of Auto DevOps, you will need: for the entire GitLab instance, or [specific Runners](../../ci/runners/README.md#registering-a-specific-runner) that are assigned to specific projects. 1. **Base domain** (needed for Auto Review Apps and Auto Deploy) - You will need - a domain configured with wildcard DNS which is gonna be used by all of your + a domain configured with wildcard DNS which is going to be used by all of your Auto DevOps applications. [Read the specifics](#auto-devops-base-domain). 1. **Kubernetes** (needed for Auto Review Apps, Auto Deploy, and Auto Monitoring) - To enable deployments, you will need Kubernetes 1.5+. You need a [Kubernetes cluster][kubernetes-clusters] |