Skip to content

Commit

Permalink
Fix cpu regex on CORSProxy CRD validation
Browse files Browse the repository at this point in the history
  • Loading branch information
slopezz committed Jul 2, 2020
1 parent 1190825 commit 25f795c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/crds/saas.3scale.net_corsproxies_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
properties:
cpu:
type: string
pattern: "[0-9]+m?"
pattern: "[0-9]+m?$"
description: Override CPU requests
memory:
type: string
Expand All @@ -78,7 +78,7 @@ spec:
properties:
cpu:
type: string
pattern: "[0-9]+m?"
pattern: "[0-9]+m?$"
description: Override CPU limits
memory:
type: string
Expand Down

0 comments on commit 25f795c

Please sign in to comment.