kubewarden / helm-charts

Helm charts for the Kubewarden project
Apache License 2.0
25 stars 16 forks source link

fix: Use correct default settings for userGroup policy #496

Closed viccuad closed 1 month ago

viccuad commented 1 month ago

Description

The userGroup policy shouldn't validate the container image configuration to check for the user being run there, as that is too stringent.

Coincidentally, this ameliorates https://github.com/kubewarden/user-group-psp-policy/issues/93

Test

CI

Additional Information

Tradeoff

Potential improvement