From 0a68259dc7ceb16229d046bd3b101cd7808fbffc Mon Sep 17 00:00:00 2001 From: Chrysostomos Nanakos Date: Fri, 31 Oct 2025 13:16:58 +0200 Subject: [PATCH] fix(argo): ensure vector scales up even on workflow failure Signed-off-by: Chrysostomos Nanakos --- k8s/argo-workflows/log-parsing-workflow-template-vector.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/k8s/argo-workflows/log-parsing-workflow-template-vector.yaml b/k8s/argo-workflows/log-parsing-workflow-template-vector.yaml index 066a435..717b615 100644 --- a/k8s/argo-workflows/log-parsing-workflow-template-vector.yaml +++ b/k8s/argo-workflows/log-parsing-workflow-template-vector.yaml @@ -51,6 +51,7 @@ spec: templates: - name: log-parsing-workflow + onExit: scale-up-vector steps: - - name: scale-down-vector template: scale-down-vector @@ -58,9 +59,6 @@ spec: - - name: parse-logs template: parse-logs - - - name: scale-up-vector - template: scale-up-vector - - - name: tar-and-upload template: tar-and-upload