kubewarden / kubewarden-controller

Manage admission policies in your Kubernetes cluster with ease
https://kubewarden.io
Apache License 2.0
191 stars 33 forks source link

Recheck policy rules for inconsistencies #611

Closed viccuad closed 9 months ago

viccuad commented 9 months ago

Check all published policies spec.rules for inconsistencies. Some policies have spec.rules items that are wrong, as they have . See here one example.

Acceptance criteria

For each policy:

viccuad commented 9 months ago

Checked the ones shipped in kubewarden-defaults:

viccuad commented 9 months ago

All policies checked; open PRs pending.

viccuad commented 9 months ago

Published v.0.15 of capabilities policy, opened PR to consume in helm charts. I consider this done.