From 4c24858f5afc6ca8c7e2d6dcb5dcbe2c74b7d8f9 Mon Sep 17 00:00:00 2001 From: Senthilnathan M <216394+senthilnathan@users.noreply.github.com> Date: Thu, 8 Jul 2021 03:13:22 +0530 Subject: [PATCH] RunAsNonRoot can be set to true without the feature flag (#3969) --- docs/serving/feature-flags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/serving/feature-flags.md b/docs/serving/feature-flags.md index 128ea3be9..2c04e5fcb 100644 --- a/docs/serving/feature-flags.md +++ b/docs/serving/feature-flags.md @@ -255,7 +255,7 @@ PodSecurityContext properties: When set to "enabled" or "allowed" it allows the following Container SecurityContext properties: -- RunAsNonRoot +- RunAsNonRoot (also allowed without this flag only when set to true) - RunAsGroup - RunAsUser (already allowed without this flag)