Skip to content

Commit

Permalink
fix: improve naming
Browse files Browse the repository at this point in the history
  • Loading branch information
MDavidson17 committed Aug 24, 2023
1 parent e43ce41 commit 5373cf6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions workflows/util/create-thumbnails.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: argoproj.io/v1alpha1
kind: WorkflowTemplate
metadata:
name: generate-thumbnails-topo50-250
name: create-thumbnails
namespace: argo
spec:
parallelism: 50
Expand All @@ -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 }}"
Expand Down Expand Up @@ -74,7 +74,7 @@ spec:
- name: files
path: /tmp/file_list.json

- name: create-thumbnails
- name: thumbnails
retryStrategy:
limit: "2"
nodeSelector:
Expand Down

0 comments on commit 5373cf6

Please sign in to comment.