diff --git a/charts/kyverno/templates/policies/restricted/require-non-root-groups.yaml b/charts/kyverno/templates/policies/restricted/require-non-root-groups.yaml index 4b950c3a4b..843a49370b 100644 --- a/charts/kyverno/templates/policies/restricted/require-non-root-groups.yaml +++ b/charts/kyverno/templates/policies/restricted/require-non-root-groups.yaml @@ -48,7 +48,7 @@ spec: pattern: spec: =(securityContext): - =(supplementalGroups): ["null"] + =(supplementalGroups): ">0" - name: check-fsGroup match: resources: