diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-07-19 02:20:32 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-07-19 02:20:32 +0000 |
commit | 7da80b2d36adc30964423042e956ef880a2650f9 (patch) | |
tree | 81c5e21931e2d2134fbedb8c0a859aeac6d14c5b /doc/topics | |
parent | acdb1f79688adae87933b34c3140e286ebab055c (diff) | |
download | gitlab-ce-7da80b2d36adc30964423042e956ef880a2650f9.tar.gz |
Update numbered lists for docs standards
Ensure that all numbered lists use only 1. and no other numbers.
Also ensure that numbered lists use proper spacing.
Diffstat (limited to 'doc/topics')
-rw-r--r-- | doc/topics/autodevops/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md index f9ad952aaad..7a92a672801 100644 --- a/doc/topics/autodevops/index.md +++ b/doc/topics/autodevops/index.md @@ -789,11 +789,11 @@ To configure your application variables: 1. Go to your project's **Settings > CI/CD**, then expand the section called **Variables**. -2. Create a CI Variable, ensuring the key is prefixed with +1. Create a CI Variable, ensuring the key is prefixed with `K8S_SECRET_`. For example, you can create a variable with key `K8S_SECRET_RAILS_MASTER_KEY`. -3. Run an Auto Devops pipeline either by manually creating a new +1. Run an Auto Devops pipeline either by manually creating a new pipeline or by pushing a code change to GitLab. Auto DevOps pipelines will take your application secret variables to |