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 c567bfb commit c466a4bCopy full SHA for c466a4b
docs/documentation/workflows.md
@@ -68,7 +68,7 @@ will only consider the `ConfigMap` deleted until that post-condition becomes `tr
68
deletePostcondition = ConfigMapDeletePostCondition.class,
69
dependsOn = DEPLOYMENT_NAME)
70
})
71
-public class SampleWorkflowReconciler implements Reconciler<TestCustomResource>,
+public class SampleWorkflowReconciler implements Reconciler<WorkflowAllFeatureCustomResource>,
72
Cleaner<WorkflowAllFeatureCustomResource> {
73
74
public static final String DEPLOYMENT_NAME = "deployment";
0 commit comments