From 027cad759b12d20b1a580ba85af2325885444647 Mon Sep 17 00:00:00 2001 From: blam Date: Fri, 11 Aug 2023 12:16:48 +0200 Subject: [PATCH] chore: fixing docs Signed-off-by: blam --- docs/features/software-templates/writing-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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