diff --git a/docs/content/en/docs/implementing/tasks/_index.md b/docs/content/en/docs/implementing/tasks/_index.md index 33514b908c..c2a85ab321 100644 --- a/docs/content/en/docs/implementing/tasks/_index.md +++ b/docs/content/en/docs/implementing/tasks/_index.md @@ -24,11 +24,14 @@ To implement a Keptn task: - Define a [KeptnTaskDefinition](../../yaml-crd-ref/taskdefinition.md) resource that defines the runner to use for the container -- [Annotate your workloads](../integrate.md/#annotate-workloads) - to integrate your task with Kubernetes +- Apply [basic-annotations](../integrate/#basic-annotations) + to your workloads to integrate your task with Kubernetes - Add your task to the [KeptnApp](../../yaml-crd-ref/app.md) resource that associates your `KeptnTaskDefinition` - with the pre- and post-deployment tasks that should run in it + with the pre- and post-deployment tasks that should run in it; + see + [Pre- and post-deployment tasks and checks](../integrate/#pre--and-post-deployment-checks) + for more information. This page provides information to help you create your tasks: