From eda9c0430955b56a37eea14ecca8d6fa1f758839 Mon Sep 17 00:00:00 2001 From: "NI\\canton" Date: Thu, 16 May 2024 09:45:07 +0300 Subject: [PATCH] Remove ttlStrategy from systemlink starter template --- getting-started/templates/systemlink-values.yaml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/getting-started/templates/systemlink-values.yaml b/getting-started/templates/systemlink-values.yaml index ef05766a..d68c8335 100644 --- a/getting-started/templates/systemlink-values.yaml +++ b/getting-started/templates/systemlink-values.yaml @@ -840,16 +840,7 @@ argoworkflows: registry: *imageRegistryRef ## Maximum number of workflows that can run in parallel. ## - parallelism: 300 - workflowDefaults: - spec: - ttlStrategy: - ## How long should the workflow live in case of a failure. - ## - secondsAfterFailure: 600 - ## How long should the workflow live in case of a success. - ## - secondsAfterSuccess: 0 + parallelism: &workflowParallelism 300 executor: image: registry: *imageRegistryRef @@ -860,6 +851,7 @@ argoworkflows: ## Configuration for Notebook Execution service. ## nbexecservice: + maxNumberOfWorkflowsToSchedule: *workflowParallelism argo: ## Configure S3/MinIO access. ##