Skip to content

Commit

Permalink
fix: missing default input fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MDavidson17 committed Oct 3, 2023
1 parent 955da72 commit 39b13b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/argo-tasks/copy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ 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 All @@ -42,7 +43,7 @@ spec:
command: [node, /app/index.js]
env:
- name: AWS_ROLE_CONFIG_PATH
value: "{{inputs.parameters.aws-role-config-path}},s3://linz-bucket-config/config.json"
value: "{{inputs.parameters.aws-role-config-path}}"
args:
[
"copy",
Expand Down

0 comments on commit 39b13b4

Please sign in to comment.