Skip to content

Commit

Permalink
Add pineapple to the pizzaToppings array
Browse files Browse the repository at this point in the history
Signed-off-by: Krapp <[email protected]>
  • Loading branch information
KrappRamiro authored Jan 4, 2025
1 parent 350b613 commit d5917fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/docs/chart_template_guide/control_structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ pizzaToppings:
- cheese
- peppers
- onions
- pineapple
```

Now we have a list (called a `slice` in templates) of `pizzaToppings`. We can
Expand Down Expand Up @@ -419,6 +420,7 @@ data:
- "Cheese"
- "Peppers"
- "Onions"
- "Pineapple"
```

Now, in this example we've done something tricky. The `toppings: |-` line is
Expand Down

0 comments on commit d5917fd

Please sign in to comment.