From d5917fd0c69b670fc548d32b27f26451d7e712dc Mon Sep 17 00:00:00 2001 From: Krapp Date: Sat, 4 Jan 2025 17:30:12 -0300 Subject: [PATCH] Add pineapple to the pizzaToppings array Signed-off-by: Krapp --- content/en/docs/chart_template_guide/control_structures.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/chart_template_guide/control_structures.md b/content/en/docs/chart_template_guide/control_structures.md index 1ace00ccf..bbaa16f3a 100644 --- a/content/en/docs/chart_template_guide/control_structures.md +++ b/content/en/docs/chart_template_guide/control_structures.md @@ -349,6 +349,7 @@ pizzaToppings: - cheese - peppers - onions + - pineapple ``` Now we have a list (called a `slice` in templates) of `pizzaToppings`. We can @@ -419,6 +420,7 @@ data: - "Cheese" - "Peppers" - "Onions" + - "Pineapple" ``` Now, in this example we've done something tricky. The `toppings: |-` line is