The kubewarden-defaults helm charts installs some policies that are doing mutation. These policies target all type of resources that have containers inside of them (Deployment, ReplicaSet, DaemonSet, Pod,...).
The mutating policies should instead target either the highest or the lowest resource otherwise they could introduce an endless reconciliation loop.
Is there an existing issue for this?
Current Behavior
The kubewarden-defaults helm charts installs some policies that are doing mutation. These policies target all type of resources that have containers inside of them (Deployment, ReplicaSet, DaemonSet, Pod,...).
The mutating policies should instead target either the highest or the lowest resource otherwise they could introduce an endless reconciliation loop.
Expected Behavior
Steps To Reproduce
No response
Environment
No response
Anything else?
No response