chaostoolkit-incubator/kubernetes-crd

Delete an expriment can delete namespace that was already existing

dmartin35 opened this issue · 0 comments

With the current code, when we create a namespace that is already existing, it's bound for resource deletion but it's not the owner of the Namespace

we shall only bind the namespace deletion when we first create it.