Skip to content

Commit

Permalink
Adding lowercase + underscores pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Apr 8, 2021
1 parent 62fed7f commit 62e041b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions versions/1/manifest.spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ spec:
name:
description: Name of input group.
type: string
pattern: '[a-z][a-z_]+'
examples:
- logs
- metrics
Expand Down Expand Up @@ -261,6 +262,7 @@ spec:
input_group:
description: Name of the input group
type: string
pattern: '[a-z][a-z_]+'
examples:
- logs
- metrics
Expand Down

0 comments on commit 62e041b

Please sign in to comment.