Skip to content

Commit

Permalink
Fix configuration schema for k8s executor (#8107)
Browse files Browse the repository at this point in the history
  • Loading branch information
fahadkh committed May 31, 2022
1 parent aa6d4ba commit 18624a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
{
"job_namespace": Field(StringSource, is_required=False),
"retries": get_retries_config(),
"max_concurrency": Field(
"max_concurrent": Field(
IntSource,
is_required=False,
description="Limit on the number of pods that will run concurrently within the scope "
Expand Down

0 comments on commit 18624a9

Please sign in to comment.