Skip to content

Commit

Permalink
Merge pull request #1671 from KrappRamiro/patch-2
Browse files Browse the repository at this point in the history
Add pineapple to the pizzaToppings array
  • Loading branch information
karenhchu authored Jan 14, 2025
2 parents 90cc2e7 + d5917fd commit d4c6c01
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 d4c6c01

Please sign in to comment.