From 5373cf66bf32edbb4239e86bc8808c72eb4e3b83 Mon Sep 17 00:00:00 2001 From: Megan Davidson Date: Fri, 25 Aug 2023 09:01:10 +1200 Subject: [PATCH] fix: improve naming --- workflows/util/create-thumbnails.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/workflows/util/create-thumbnails.yaml b/workflows/util/create-thumbnails.yaml index 399190de..bb5d9d2d 100644 --- a/workflows/util/create-thumbnails.yaml +++ b/workflows/util/create-thumbnails.yaml @@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1 kind: WorkflowTemplate metadata: - name: generate-thumbnails-topo50-250 + name: create-thumbnails namespace: argo spec: parallelism: 50 @@ -28,12 +28,12 @@ spec: - name: aws-list template: aws-list - - name: create-thumbnails - template: create-thumbnails + - name: thumbnails + template: thumbnails arguments: parameters: - name: target - value: "{{tasks.get-location.outputs.parameters.location}}intermediate/" #TODO - is this the target + value: "{{tasks.get-location.outputs.parameters.location}}thumbnails/" artifacts: - name: files from: "{{ tasks.aws-list.outputs.artifacts.files }}" @@ -74,7 +74,7 @@ spec: - name: files path: /tmp/file_list.json - - name: create-thumbnails + - name: thumbnails retryStrategy: limit: "2" nodeSelector: