From 882392bef2141beb4a709420a4c7cde07bb76b6f Mon Sep 17 00:00:00 2001 From: gmega Date: Mon, 20 Jan 2025 18:41:11 -0300 Subject: [PATCH] fix: add missing parameters to cleanup hook --- k8s/argo-workflows/deluge-benchmark-workflow.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/k8s/argo-workflows/deluge-benchmark-workflow.yaml b/k8s/argo-workflows/deluge-benchmark-workflow.yaml index 5d3392e..5264599 100644 --- a/k8s/argo-workflows/deluge-benchmark-workflow.yaml +++ b/k8s/argo-workflows/deluge-benchmark-workflow.yaml @@ -143,6 +143,10 @@ spec: parameters: - name: runId value: "{{inputs.parameters.runId}}" + - name: runnerImage + value: "{{inputs.parameters.runnerImage}}" + - name: imagePullPolicy + value: "{{inputs.parameters.imagePullPolicy}}" arguments: parameters: - name: groupId