From c3d7e61a920d1e50b0eb365ef71a423fa21d6843 Mon Sep 17 00:00:00 2001 From: shutefan Date: Wed, 3 Oct 2018 01:25:39 +0200 Subject: [PATCH] Fix sentences (#10465) Signed-off-by: shutefan --- content/en/docs/concepts/policy/pod-security-policy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/policy/pod-security-policy.md b/content/en/docs/concepts/policy/pod-security-policy.md index 8570ea99a3d..cd5ca8294aa 100644 --- a/content/en/docs/concepts/policy/pod-security-policy.md +++ b/content/en/docs/concepts/policy/pod-security-policy.md @@ -481,7 +481,7 @@ spec: ### Users and groups -**RunAsUser** - Controls the what user ID containers run as. +**RunAsUser** - Controls which user ID the containers are run with. - *MustRunAs* - Requires at least one `range` to be specified. Uses the minimum value of the first range as the default. Validates against all ranges. @@ -491,7 +491,7 @@ image. No default provided. Setting `allowPrivilegeEscalation=false` is strongly recommended with this strategy. - *RunAsAny* - No default provided. Allows any `runAsUser` to be specified. -**RunAsGroup** - Controls the what primary group ID containers run as. +**RunAsGroup** - Controls which primary group ID the containers are run with. - *MustRunAs* - Requires at least one `range` to be specified. Uses the minimum value of the first range as the default. Validates against all ranges.