Skip to content

Commit

Permalink
xref to basic-annotations
Browse files Browse the repository at this point in the history
Signed-off-by: Meg McRoberts <[email protected]>
  • Loading branch information
StackScribe committed Aug 10, 2023
1 parent 8a631a3 commit 94f38c5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/content/en/docs/implementing/tasks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 94f38c5

Please sign in to comment.