Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
Signed-off-by: razzle <[email protected]>
  • Loading branch information
Noxsios committed Jan 2, 2024
1 parent 5e6056f commit 2a98254
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/component-choice/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ metadata:

components:
- name: first-choice
# if using a group, all members of the group must be optional
optional: true
group: example-choice
files:
- source: blank-file.txt
target: first-choice-file.txt

- name: second-choice
# if using a group, all members of the group must be optional
optional: true
group: example-choice
default: true
files:
Expand Down

0 comments on commit 2a98254

Please sign in to comment.