Skip to content

Commit

Permalink
Fix rkt volumes
Browse files Browse the repository at this point in the history
I forgot to validate the volumes field!
  • Loading branch information
schmichael committed Nov 23, 2016
1 parent 3e63908 commit 138caeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/driver/rkt.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ func (d *RktDriver) Validate(config map[string]interface{}) error {
"debug": &fields.FieldSchema{
Type: fields.TypeBool,
},
"volumes": &fields.FieldSchema{
Type: fields.TypeArray,
},
},
}

Expand Down

0 comments on commit 138caeb

Please sign in to comment.