From 39f44c92cb34b59d1f5e8f6781e7f3d17f5b5b55 Mon Sep 17 00:00:00 2001 From: csviri Date: Mon, 24 Oct 2022 10:01:41 +0200 Subject: [PATCH] docs: fix resource mismatch in sample --- docs/documentation/workflows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";