We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5887fbc commit 51f7d97Copy full SHA for 51f7d97
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/Controller.java
@@ -195,7 +195,7 @@ public DeleteControl execute() throws Exception {
195
196
// The cleanup is called also when explicit invocation is true, but the cleaner is not
197
// implemented
198
- if (managedWorkflow.hasCleaner() && !explicitWorkflowInvocation) {
+ if (managedWorkflow.hasCleaner() && (!explicitWorkflowInvocation || !isCleaner)) {
199
workflowCleanupResult = managedWorkflow.cleanup(resource, context);
200
}
201
0 commit comments