From 87cdd7b8dd40aa966daf73a7aaabe6d637553e0c Mon Sep 17 00:00:00 2001 From: Serhii Koropets Date: Fri, 4 Oct 2024 08:38:28 +0300 Subject: [PATCH] Fix argo-workflow.yml.template for case-sensetive argo lint in the new argo-workflow version --- .../workflow_generator/resources/argo-workflow.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gordo/workflow/workflow_generator/resources/argo-workflow.yml.template b/gordo/workflow/workflow_generator/resources/argo-workflow.yml.template index ffb067647..d1b8b6a28 100644 --- a/gordo/workflow/workflow_generator/resources/argo-workflow.yml.template +++ b/gordo/workflow/workflow_generator/resources/argo-workflow.yml.template @@ -28,7 +28,7 @@ metadata: {% endif %} spec:{% if argo_version.major == 2 %} ttlSecondsAfterFinished: 115200 # 32 hours{% else %} - TTLStrategy: + ttlStrategy: secondsAfterCompletion: 115200 # 32 hours {% endif %} entrypoint: do-all