nomad: adding mapstructure tags
This commit is contained in:
parent
86fd4632fe
commit
f30e783c8e
|
@ -830,7 +830,7 @@ type UpdateStrategy struct {
|
|||
Stagger time.Duration
|
||||
|
||||
// MaxParallel is how many updates can be done in parallel
|
||||
MaxParallel int
|
||||
MaxParallel int `mapstructure:"max_parallel"`
|
||||
}
|
||||
|
||||
// Rolling returns if a rolling strategy should be used
|
||||
|
|
Loading…
Reference in a new issue