Skip to content

kyverno_pod_policy: use patch operation in do_update()

Arturo Borrero Gonzalez requested to merge arturo-109-kyverno_pod_policy into main

The code to delete/create in the do_update() routine was introduced because we needed to rename the policy resource.

Now we are not renaming the object, but refreshing its content only.

Bug: T368141 Signed-off-by: Arturo Borrero Gonzalez aborrero@wikimedia.org

Merge request reports