diff --git a/docs/documentation/workflows.md b/docs/documentation/workflows.md index 24ace2d7c1..1bd54a7c56 100644 --- a/docs/documentation/workflows.md +++ b/docs/documentation/workflows.md @@ -68,7 +68,7 @@ will only consider the `ConfigMap` deleted until that post-condition becomes `tr deletePostcondition = ConfigMapDeletePostCondition.class, dependsOn = DEPLOYMENT_NAME) }) -public class SampleWorkflowReconciler implements Reconciler, +public class SampleWorkflowReconciler implements Reconciler, Cleaner { public static final String DEPLOYMENT_NAME = "deployment";