Skip to content

Commit

Permalink
fix: reorder configs
Browse files Browse the repository at this point in the history
  • Loading branch information
amfage committed Oct 3, 2023
1 parent af16af7 commit 2810f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/argo-tasks/copy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
command: [node, /app/index.js]
env:
- name: AWS_ROLE_CONFIG_PATH
value: "{{inputs.parameters.aws-role-config-path}}"
value: "{{inputs.parameters.aws-role-config-path}},s3://linz-bucket-config/config.json"
args:
[
"copy",
Expand Down

0 comments on commit 2810f84

Please sign in to comment.