From a9b9fd83321f0edaa6948a5f2d7e761f2dd1c718 Mon Sep 17 00:00:00 2001 From: gmega Date: Thu, 23 Jan 2025 08:06:43 -0300 Subject: [PATCH] fix: quotation so argo does not screw up the value array --- k8s/argo-workflows/deluge-benchmark-workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/argo-workflows/deluge-benchmark-workflow.yaml b/k8s/argo-workflows/deluge-benchmark-workflow.yaml index a9ce9ed..7f69eb5 100644 --- a/k8s/argo-workflows/deluge-benchmark-workflow.yaml +++ b/k8s/argo-workflows/deluge-benchmark-workflow.yaml @@ -23,7 +23,7 @@ spec: # Groups the expansion such that all experiments with a given networkSize run together, smallest # to largest. This can save significant amounts of time when running on a cluster with autoscaling. - name: orderBy - value: "['networkSize', 'seeders', 'fileSize']" + value: '["networkSize", "seeders", "fileSize"]' templates: - name: benchmark-workflow