projectcontour / integration-tester

Integration Tester for Kubernetes
Other
3 stars 5 forks source link

Ignore Rego error removing non-existent paths. #17

Closed jpeach closed 4 years ago

jpeach commented 4 years ago

It is possible to get multiple deletion events for objects, in which case the runner will remove the Rego store path a second time. We don't care about the "doesn't exist" error in this case because we are pretty sure we want the path to not exist.

Signed-off-by: James Peach jpeach@vmware.com