Skip to content

Commit

Permalink
add pkg templating characters to component schema pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
YrrepNoj committed Oct 31, 2023
1 parent 6a6be54 commit 3417218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zarf.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
],
"properties": {
"name": {
"pattern": "^[a-z0-9\\-]+$",
"pattern": "^(###ZARF_PKG_TMPL_[A-Za-z0-9\\-_]*###|[a-z0-9\\-])+$",
"type": "string",
"description": "The name of the component"
},
Expand Down

0 comments on commit 3417218

Please sign in to comment.