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