diff --git a/docs/features/software-templates/writing-templates.md b/docs/features/software-templates/writing-templates.md index 57e261f19f..135d508513 100644 --- a/docs/features/software-templates/writing-templates.md +++ b/docs/features/software-templates/writing-templates.md @@ -519,7 +519,7 @@ Examples: each: ['apples', 'oranges'] input: values: - fruit: ${{ each}} + fruit: ${{ each.value }} ``` ```yaml