Skip to content

Commit

Permalink
KLT -> Keptn name change for tasks page
Browse files Browse the repository at this point in the history
Signed-off-by: Meg McRoberts <[email protected]>
  • Loading branch information
StackScribe committed Sep 4, 2023
1 parent 61f92c3 commit af5ddf9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/content/en/docs/implementing/tasks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A
[KeptnTaskDefinition](../../yaml-crd-ref/taskdefinition.md/)
resource defines one or more "executables"
(functions, programs, scripts, etc)
that the Keptn Lifecycle Toolkit runs
that Keptn runs
as part of the pre- and post-deployment phases of a
[KeptnApp](../../yaml-crd-ref/app.md) or
[KeptnWorkload](../../crd-ref/lifecycle/v1alpha3/#keptnworkload).
Expand Down Expand Up @@ -63,7 +63,7 @@ to define the task.
The `spec` section of the `KeptnTaskDefinition`
defines the runner to use for the container:

KLT provides a general Kubernetes that you can configure
Keptn provides a general Kubernetes that you can configure
to do almost anything you want:

- The `container-runtime` runner provides
Expand All @@ -73,7 +73,7 @@ to do almost anything you want:
This gives you the greatest flexibility
to define tasks using the language and facilities of your choice

KLT also includes two "pre-defined" runners:
Keptn also includes two "pre-defined" runners:

- Use the `deno-runtime` runner to define tasks using Deno scripts,
which use JavaScript/Typescript syntax with a few limitations.
Expand Down Expand Up @@ -104,7 +104,7 @@ All `KeptnTask` resources that are defined by
(either pre-deployment or post-deployment) execute in parallel.
This is by design, because Keptn is not a pipeline engine.
**Task sequences that are not part of the lifecycle workflow
should not be handled by KLT**
should not be handled by Keptn**
but should instead be handled by the pipeline engine tools being used
such as Jenkins, Argo Workflows, Flux, and Tekton.

Expand Down Expand Up @@ -256,7 +256,7 @@ spec:
Note the following about using parameters with functions:
- The Lifecycle Toolkit passes the values
- Keptn passes the values
defined inside the `map` field as a JSON object.
- Multi-level maps are not currently supported.
- The JSON object can be read through the environment variable `DATA`
Expand Down

0 comments on commit af5ddf9

Please sign in to comment.