mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
allow only supplementalGroups greater 0 (#1901)
Signed-off-by: Metzger, Simon <smnmtzgr@gmail.com>
This commit is contained in:
parent
c6b43d65df
commit
a65a85e55c
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ spec:
|
|||
pattern:
|
||||
spec:
|
||||
=(securityContext):
|
||||
=(supplementalGroups): ["null"]
|
||||
=(supplementalGroups): ">0"
|
||||
- name: check-fsGroup
|
||||
match:
|
||||
resources:
|
||||
|
|
Loading…
Add table
Reference in a new issue