diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2018-10-10 09:40:37 +0000 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2018-10-10 09:40:37 +0000 |
commit | bdd60cd73c39cdccae5a29d79327bd64479348f5 (patch) | |
tree | d6eaaaaf0803b3d81d7de0d74709a213b43666ea /doc | |
parent | a68cda05b9c018327e9c9b92689e83670195ece2 (diff) | |
parent | b77d11c7b8a3ba0cdbe9536147778362060f8c0d (diff) | |
download | gitlab-ce-bdd60cd73c39cdccae5a29d79327bd64479348f5.tar.gz |
Merge branch 'docs/service-template' into 'master'
Clarify what happens when enabling a service template
See merge request gitlab-org/gitlab-ce!22240
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/integrations/services_templates.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/user/project/integrations/services_templates.md b/doc/user/project/integrations/services_templates.md index 5b04d7d88b8..a0bf31c526f 100644 --- a/doc/user/project/integrations/services_templates.md +++ b/doc/user/project/integrations/services_templates.md @@ -1,8 +1,10 @@ # Services templates A GitLab administrator can add a service template that sets a default for each -project. After a service template is enabled, it will be applied to new -projects only and its details will be pre-filled on the project's Service page. +project. After a service template is enabled, it will be applied to **all** +projects that don't have it already enabled and its details will be pre-filled +on the project's Service page. By disabling the template, it will be disabled +for new projects only. ## Enable a service template |