Skip to content

Commit

Permalink
Allow digit in uniform_name
Browse files Browse the repository at this point in the history
Some teams have this preference
  • Loading branch information
johnksv committed Aug 26, 2024
1 parent 273f06a commit f6ece98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v1/kuben-team-definition.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"properties": {
"uniform_name": {
"type": "string",
"pattern": "^[a-z-]*$",
"pattern": "^[a-z0-9-]*$",
"maxLength": 17
},
"display_name": {
Expand Down

0 comments on commit f6ece98

Please sign in to comment.