Merge pull request #279 from alessandro-sorint/master

config: fix executor ActiveTasksLimit yaml tag
This commit is contained in:
Simone Gotti 2021-10-11 11:16:41 +02:00 committed by GitHub
commit 87874961a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"`
}