Skip to content

Commit

Permalink
add underscore to allowed characters in challenge name
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilSDate committed Jun 15, 2024
1 parent ee155c3 commit 985ca75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcds/challenge/challenge.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ definitions:
domainsafe-name:
type: string
# k8s dns label names allows a max length of 63 characters
pattern: "^[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?$"
pattern: "^[a-z0-9]([a-z0-9-_]{0,61}[a-z0-9])?$"
cpu-value:
oneOf:
- type: string
Expand Down

0 comments on commit 985ca75

Please sign in to comment.