Skip to content

Commit

Permalink
Merge pull request #46 from datawire/lukeshu/fix-ratelimit
Browse files Browse the repository at this point in the history
aes-crds.yaml: Relax validation of RateLimitUnits
  • Loading branch information
LukeShu authored Jan 31, 2022
2 parents c20e41d + 3b9f0e4 commit 7dbd721
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions manifests/edge-stack/aes-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1455,12 +1455,7 @@ spec:
format: int32
type: integer
unit:
enum:
- unknown
- second
- minute
- hour
- day
pattern: ^([uU][nN][kK][nN][oO][wW][nN]|[sS][eE][cC][oO][nN][dD]|[mM][iI][nN][uU][tT][eE]|[hH][oO][uU][rR]|[dD][aA][yY])$
type: string
type: object
type: array
Expand Down

0 comments on commit 7dbd721

Please sign in to comment.