|
|
|
|
|
by dilyevsky
2128 days ago
|
|
Finalizers dont do much for safety. They are simply there to ensure controller (in this case ACK) won’t miss the deletion event and leave the resource dangling. To actually prevent object from being deleted you need a validation webhook |
|
https://olm.operatorframework.io/docs/advanced-tasks/adding-...