Skip to content

Commit

Permalink
fix: improve structuring
Browse files Browse the repository at this point in the history
  • Loading branch information
MDavidson17 committed Oct 3, 2023
1 parent 39b13b4 commit 5572508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/argo-tasks/copy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ spec:

- name: aws-role-config-path
description: The path(s) to the aws configs that enable writing to buckets
default: "s3://linz-bucket-config/config.json"

container:
image: "019359803926.dkr.ecr.ap-southeast-2.amazonaws.com/eks:argo-tasks-{{=sprig.trim(workflow.parameters['version-argo-tasks'])}}"
Expand Down
2 changes: 2 additions & 0 deletions workflows/imagery/publish-copy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ spec:
value: "{{item}}"
- name: version-argo-tasks
value: "{{workflow.parameters.version-argo-tasks}}"
- name: aws-role-config-path
value: "s3://linz-bucket-config/config.json"
depends: "create-manifest-github.Succeeded"
withParam: "{{tasks.create-manifest-github.outputs.parameters.files}}"

Expand Down

0 comments on commit 5572508

Please sign in to comment.