1
0
Fork 0

fix(rules): remove test default

This commit is contained in:
ssube 2019-06-22 11:51:10 -05:00
parent 6f15d1c621
commit e02cd67164
1 changed files with 5 additions and 7 deletions

View File

@ -22,13 +22,11 @@ rules:
required: [cpu, memory]
properties:
cpu: &resources-cpu
default: 500m
type: string
# oneOf:
# - type: number
# minimum: 1
# - type: string
# pattern: "[1-9][0-9]*m"
oneOf:
- type: number
minimum: 1
- type: string
pattern: "[1-9][0-9]*m"
memory: &resources-memory
oneOf:
- type: number