diff --git a/deployment/helm/argo-values.yaml b/deployment/helm/argo-values.yaml index e775b2d2..7a496451 100644 --- a/deployment/helm/argo-values.yaml +++ b/deployment/helm/argo-values.yaml @@ -12,6 +12,12 @@ controller: registry: pccomponentstest.azurecr.io repository: argoproj/workflow-controller tag: v3.5.7 + workflowDefaults: + spec: + ttlStrategy: + secondsAfterCompletion: 84600 # 23.5 hours + podGC: + strategy: OnPodCompletion executor: image: registry: pccomponentstest.azurecr.io