feat(argo-workflows): Add controller namespaceParallelism param to configmap (#908)

Signed-off-by: Karsten Siemer <karsten.siemer@sda.se>

Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
Karsten Siemer 2021-08-27 14:59:29 +02:00 committed by GitHub
parent 91d2a56ca8
commit 2beca15feb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View file

@ -42,6 +42,8 @@ controller:
tag: ""
# parallelism dictates how many workflows can be running at the same time
parallelism:
# Limits the maximum number of incomplete workflows in a namespace
namespaceParallelism:
# podAnnotations is an optional map of annotations to be applied to the controller Pods
podAnnotations: {}
# Optional labels to add to the controller pods