diff --git a/docs/content/en/docs/documentation/reconciler.md b/docs/content/en/docs/documentation/reconciler.md index 81af350115..c34df001aa 100644 --- a/docs/content/en/docs/documentation/reconciler.md +++ b/docs/content/en/docs/documentation/reconciler.md @@ -98,13 +98,11 @@ typically instructs the framework to remove the finalizer after the dependent resource are cleaned up in `cleanup` implementation. ```java - public DeleteControl cleanup(MyCustomResource customResource,Context context){ // omitted code return DeleteControl.defaultDelete(); - } - +} ``` However, it is possible to instruct the SDK to not remove the finalizer, this allows to clean up