Skip to content

Commit c466a4b

Browse files
authored
docs: fix resource mismatch in sample (#1568)
1 parent c567bfb commit c466a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ will only consider the `ConfigMap` deleted until that post-condition becomes `tr
6868
deletePostcondition = ConfigMapDeletePostCondition.class,
6969
dependsOn = DEPLOYMENT_NAME)
7070
})
71-
public class SampleWorkflowReconciler implements Reconciler<TestCustomResource>,
71+
public class SampleWorkflowReconciler implements Reconciler<WorkflowAllFeatureCustomResource>,
7272
Cleaner<WorkflowAllFeatureCustomResource> {
7373

7474
public static final String DEPLOYMENT_NAME = "deployment";

0 commit comments

Comments
 (0)