mirror of
https://github.com/logos-storage/bittorrent-benchmarks.git
synced 2026-01-05 14:33:10 +00:00
fix: quotation so argo does not screw up the value array
This commit is contained in:
parent
6be89f02f0
commit
a9b9fd8332
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user