Skip to content

Commit

Permalink
fix: update parameters
Browse files Browse the repository at this point in the history
and fix minor formatting issue
  • Loading branch information
MDavidson17 committed Sep 6, 2023
1 parent 1c10786 commit 3dcde26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion workflows/imagery/ascii-standardise-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ spec:
value: "s3://path/"
- name: cutline # optional standardising cutline
value: ""
- name: collection-id # optional
value: ""
- name: compression
value: "webp"
- name: source-epsg
Expand Down Expand Up @@ -113,7 +115,7 @@ spec:
- name: aws-list
inputs:
container:
image: 019359803926.dkr.ecr.ap-southeast-2.amazonaws.com/eks:argo-tasks-{{workflow.parameters.version-argo-tasks}}
image: "019359803926.dkr.ecr.ap-southeast-2.amazonaws.com/eks:argo-tasks-{{workflow.parameters.version-argo-tasks}}"
command: [node, /app/index.js]
env:
- name: AWS_ROLE_CONFIG_PATH
Expand Down

0 comments on commit 3dcde26

Please sign in to comment.