Skip to content

Commit

Permalink
Remove ttlStrategy from systemlink starter template
Browse files Browse the repository at this point in the history
  • Loading branch information
CiprianAnton committed May 16, 2024
1 parent 3a27b7e commit eda9c04
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions getting-started/templates/systemlink-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -860,6 +851,7 @@ argoworkflows:
## Configuration for Notebook Execution service.
##
nbexecservice:
maxNumberOfWorkflowsToSchedule: *workflowParallelism
argo:
## Configure S3/MinIO access.
##
Expand Down

0 comments on commit eda9c04

Please sign in to comment.