Skip to content

Commit

Permalink
Change invalid 'float' types to 'number' in crd validation schema (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah Wylde committed Jul 25, 2019
1 parent aa7d4c6 commit b95e274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
type: integer
minimum: 1
offHeapMemoryFraction:
type: float
type: number
nodeSelector:
type: object
properties:
Expand Down Expand Up @@ -212,7 +212,7 @@ spec:
type: integer
minimum: 1
offHeapMemoryFraction:
type: float
type: number
nodeSelector:
type: object
properties:
Expand Down

0 comments on commit b95e274

Please sign in to comment.