mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Docker labels configuration should be of type "array" in schema
This commit is contained in:
@@ -176,7 +176,7 @@ func (d *DockerDriver) Validate(config map[string]interface{}) error {
|
||||
Type: fields.TypeString,
|
||||
},
|
||||
"labels": &fields.FieldSchema{
|
||||
Type: fields.TypeMap,
|
||||
Type: fields.TypeArray,
|
||||
},
|
||||
"auth": &fields.FieldSchema{
|
||||
Type: fields.TypeArray,
|
||||
|
||||
Reference in New Issue
Block a user