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 c6d36cc commit 27fa4bb
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions docs/docs/reference/crd-reference/taskdefinition.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,19 +218,18 @@ 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
from the remote webserver that is specified.
This syntax allows you to call a general function
that is used in multiple places,
possibly with different parameters
that are provided in the calling `KeptnTaskDefinition` resource.
Another `KeptnTaskDefinition` resource could call this same script
but with different parameters.

Only one script can be executed.
Any other scripts listed here are silently ignored.
See examples of usage for [deno](#httpref-for-deno)
and for [python](#httpref-for-python)
- **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,
possibly with different parameters
that are provided in the calling `KeptnTaskDefinition` resource.
Another `KeptnTaskDefinition` resource could call this same script
but with different parameters.
Only one script can be executed.
Any other scripts listed here are silently ignored.
See examples of usage for [deno](#httpref-for-deno)
and for [python](#httpref-for-python)

- **functionRef** -- Execute another `KeptnTaskDefinition` resources.
Populate this field with the value(s) of the `metadata.name` field
Expand Down

0 comments on commit 27fa4bb

Please sign in to comment.