diff --git a/internal/services/config/config.go b/internal/services/config/config.go index 5b243fe..8308ca1 100644 --- a/internal/services/config/config.go +++ b/internal/services/config/config.go @@ -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"` }