From b1050f01495b6f6ed08c2f20fe20c611a6a554b6 Mon Sep 17 00:00:00 2001
From: Ben Bodenmiller <bbodenmiller@gmail.com>
Date: Tue, 29 Aug 2023 06:47:24 +0000
Subject: [PATCH] Clarify that maximum artifacts size setting is admin-only

---
 .../settings/continuous_integration.md              | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/doc/administration/settings/continuous_integration.md b/doc/administration/settings/continuous_integration.md
index 645c28925f9ad..f0423021e8bd6 100644
--- a/doc/administration/settings/continuous_integration.md
+++ b/doc/administration/settings/continuous_integration.md
@@ -85,15 +85,15 @@ To view the rendered details:
 
 ## Maximum artifacts size
 
-The maximum size of the [job artifacts](../../administration/job_artifacts.md)
-can be set at:
+An administrator can set the maximum size of the
+[job artifacts](../../administration/job_artifacts.md) at:
 
-- The instance level.
-- [From GitLab 12.4](https://gitlab.com/gitlab-org/gitlab/-/issues/21688), the project and group level.
+- The instance level
+- The project and group level
 
 For the setting on GitLab.com, see [Artifacts maximum size](../../user/gitlab_com/index.md#gitlab-cicd).
 
-The value is in MB and the default is 100 MB per job. To change it at the:
+The value is in MB, and the default is 100 MB per job. An administrator can change the default value at the:
 
 - Instance level:
 
@@ -115,9 +115,6 @@ The value is in MB and the default is 100 MB per job. To change it at the:
   1. Change the value of **maximum artifacts size** (in MB).
   1. Select **Save changes** for the changes to take effect.
 
-NOTE:
-The setting at all levels is only available to GitLab administrators.
-
 ## Default artifacts expiration
 
 The default expiration time of the [job artifacts](../../administration/job_artifacts.md)
-- 
GitLab