Skip to content

Commit

Permalink
fix tests + examples
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 2a98254 commit 7b13799
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/config-file/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ components:
- simple-configmap.yaml

- name: zebra
optional: true
# Notice this string is wrapped in quotes, as Zarf variables use #### as a delimiter, which is also used in YAML for comments
description: "This is a zebra and they have ###ZARF_PKG_TMPL_ZEBRA###"

- name: leopard
optional: true
description: "This is a leopard and they have ###ZARF_PKG_TMPL_LEOPARD###"
2 changes: 2 additions & 0 deletions src/test/packages/00-no-components/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ metadata:

components:
- name: deselect-me
optional: true
default: true

- name: optional
optional: true

0 comments on commit 7b13799

Please sign in to comment.