Skip to content

Commit 7a94cae

Browse files
authored
fix: change casing 'maxConcurrentRunnerPods' key in burrito values' (#567)
Signed-off-by: Laura Martin <[email protected]>
1 parent f513495 commit 7a94cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/charts/burrito/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ config:
3131
# -- Maximum number of concurrent reconciles for the controller, increse this value if you have a lot of resources to reconcile
3232
maxConcurrentReconciles: 1
3333
# -- Maximum number of concurrent runners pods. 0 means no limit
34-
MaxConcurrentRunnerPods: 0
34+
maxConcurrentRunnerPods: 0
3535
# -- Maximum number of retries for Terraform operations (plan, apply...)
3636
terraformMaxRetries: 3
3737
# TODO: enable repository controller by default

0 commit comments

Comments
 (0)