From c36f3f91c9dba13aeef67d2dc3e41c67d583541c Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Sun, 5 Mar 2023 11:09:57 +0100 Subject: [PATCH] Update securityContextContainer.yaml Signed-off-by: Kjeld Schouten-Lebbing --- templates/questions/security/securityContextContainer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/questions/security/securityContextContainer.yaml b/templates/questions/security/securityContextContainer.yaml index 8e102b459bf..97d1ac2196a 100644 --- a/templates/questions/security/securityContextContainer.yaml +++ b/templates/questions/security/securityContextContainer.yaml @@ -4,7 +4,7 @@ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps schema: type: int - show_if: [["runAsUser", "==", "0"]] + show_if: [["runAsUser", "=", "0"]] default: 568 - variable: UMASK label: UMASK