Merge pull request #279 from alessandro-sorint/master
config: fix executor ActiveTasksLimit yaml tag
This commit is contained in:
commit
87874961a9
|
@ -113,7 +113,7 @@ type Executor struct {
|
||||||
|
|
||||||
Labels map[string]string `yaml:"labels"`
|
Labels map[string]string `yaml:"labels"`
|
||||||
// ActiveTasksLimit is the max number of concurrent active tasks
|
// ActiveTasksLimit is the max number of concurrent active tasks
|
||||||
ActiveTasksLimit int `yaml:"active_tasks_limit"`
|
ActiveTasksLimit int `yaml:"activeTasksLimit"`
|
||||||
|
|
||||||
AllowPrivilegedContainers bool `yaml:"allowPrivilegedContainers"`
|
AllowPrivilegedContainers bool `yaml:"allowPrivilegedContainers"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue