config: fix executor ActiveTasksLimit yaml tag
This commit is contained in:
parent
96ff1473a3
commit
e600ca078e
|
@ -113,7 +113,7 @@ type Executor struct {
|
|||
|
||||
Labels map[string]string `yaml:"labels"`
|
||||
// ActiveTasksLimit is the max number of concurrent active tasks
|
||||
ActiveTasksLimit int `yaml:"active_tasks_limit"`
|
||||
ActiveTasksLimit int `yaml:"activeTasksLimit"`
|
||||
|
||||
AllowPrivilegedContainers bool `yaml:"allowPrivilegedContainers"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue