mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 01:15:43 +03:00
Fix rkt volumes
I forgot to validate the volumes field!
This commit is contained in:
committed by
Michael Schurter
parent
c08d65d8a1
commit
449194eb47
@@ -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,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user