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
diff options
context:
space:
mode:
authorJoão Cunha <j.a.cunha@gmail.com>2019-06-21 01:40:25 +0300
committerEvan Read <eread@gitlab.com>2019-06-21 01:40:25 +0300
commitf53549ac9180a19f0583347fe61023e29bcede11 (patch)
treebe82af591c12ae7316d56895b25aac8ecb8a2c06
parent2c48cb24983314ab78963d2dfb2a74b0f9104fc8 (diff)
Make deploy_boards doc clearer about its requirements
-rw-r--r--doc/user/project/deploy_boards.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/user/project/deploy_boards.md b/doc/user/project/deploy_boards.md
index b7f6a855cb6..2aef369c087 100644
--- a/doc/user/project/deploy_boards.md
+++ b/doc/user/project/deploy_boards.md
@@ -59,6 +59,8 @@ specific environment, there are lot of uses cases. To name a few:
To display the Deploy Boards for a specific [environment] you should:
+1. Have [defined an environment](../../ci/environments.md#defining-environments) with a deploy stage.
+
1. Have a Kubernetes cluster up and running.
NOTE: **Running on OpenShift:**