Claire Chong
Claire Chong
If we want to implement this, we would need to create the disruption even if there is an error detected by the disruption webhook validator and let it sit without...
After some time thinking/testing, we could send an event on the validation [here](https://github.com/DataDog/chaos-controller/blob/main/api/v1beta1/disruption_webhook.go#L104), even if the disruption is deleted just after that. Using the kubernetes API, it could still be...
@nikos912000 The disruption is already created when passing through the ValidateCreate method of the webhook, and is deleted when an error is returned.
I think it makes sense!