From 27fa4bbbb27207e97282df124cd31faf6a164652 Mon Sep 17 00:00:00 2001 From: RealAnna Date: Fri, 23 Feb 2024 13:23:18 +0100 Subject: [PATCH] fix: typo Signed-off-by: RealAnna --- .../reference/crd-reference/taskdefinition.md | 25 +++++++++---------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/docs/docs/reference/crd-reference/taskdefinition.md b/docs/docs/reference/crd-reference/taskdefinition.md index 0e6d05da3c..cfc4c4cff9 100644 --- a/docs/docs/reference/crd-reference/taskdefinition.md +++ b/docs/docs/reference/crd-reference/taskdefinition.md @@ -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