Skip to content

Commit

Permalink
improve intro to task.md ref page
Browse files Browse the repository at this point in the history
Signed-off-by: Meg McRoberts <meg.mcroberts@dynatrace.com>
  • Loading branch information
StackScribe committed Oct 23, 2023
1 parent e206c13 commit bc5bcac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/content/en/docs/yaml-crd-ref/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ description: Define a run of a KeptnTaskDefinition
weight: 85
---

Keptn automatically populates the `KeptnTask` resource
for tasks that deploy software on Kubernetes.
However, when using Keptn to run tasks for software
that is deployed outside of Kubernetes,
you must create the `KeptnTask` resource manually
and modify it manually for each new run.
Keptn uses KeptnTask resources internally
to manage tasks (and their underlying Kubernetes Job resources)
that are run before and after deployment of your workloads
(pre- and post-deployment tasks).
You do not need to create this resource yourself except in special situations,
like using Keptn to manage workloads that are outside of the k8s cluster.

## Synopsis

Expand Down

0 comments on commit bc5bcac

Please sign in to comment.