Skip to content

Commit

Permalink
fix: Fix the resursive example to call the coinflip template (#8696)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Culp <[email protected]>
  • Loading branch information
tculp authored May 11, 2022
1 parent 427c160 commit b3bf327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/walk-through/recursion.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
template: heads # call heads template if "heads"
when: "{{steps.flip-coin.outputs.result}} == heads"
- name: tails # keep flipping coins if "tails"
template: flip-coin
template: coinflip
when: "{{steps.flip-coin.outputs.result}} == tails"

- name: flip-coin
Expand Down

0 comments on commit b3bf327

Please sign in to comment.