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