Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: RealAnna <[email protected]>
  • Loading branch information
RealAnna committed Feb 23, 2024
1 parent 1a1ea40 commit fcb2bad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/reference/crd-reference/taskdefinition.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ and Keptn sets up the container and runs the script as part of the task.
used to call the executables.
Only one of these can be specified per `KeptnTaskDefinition` resource:

- **inline** - Include the actual executable code to execute.
- **inline** -- Include the actual executable code to execute.
You can code a sequence of executables here
that need to be run in order
as long as they are executables that are part of the lifecycle workflow.
Expand All @@ -218,7 +218,7 @@ and Keptn sets up the container and runs the script as part of the task.
See examples of usage for [deno](./#inline-script-for-deno)
and for [python](./#inline-script-for-python).

- **httpRef** - Specify a script to be executed at runtime
- **httpRef** -- Specify a script to be executed at runtime
from the remote webserver that is specified.
This syntax allows you to call a general function
that is used in multiple places,
Expand Down Expand Up @@ -253,13 +253,13 @@ and Keptn sets up the container and runs the script as part of the task.
are silently ignored.
See examples of usage for [deno](./#functionref-for-deno)
and [python](./#functionref-for-python).
- **ConfigMapRef** - Specify the name of a
- **ConfigMapRef** -- Specify the name of a
[ConfigMap](https://kubernetes.io/docs/concepts/configuration/configmap/)
resource that contains the function to be executed.
See examples of usage for [deno](./#configmapref-for-deno)
and for [python](./#configmapref-for-python).

- **parameters** - An optional field
- **parameters** -- An optional field
to supply input parameters to a function.
Keptn passes the values defined inside the `map` field
as a JSON object.
Expand Down

0 comments on commit fcb2bad

Please sign in to comment.