Skip to content

Commit

Permalink
fix: remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
MDavidson17 committed Oct 4, 2023
1 parent f775217 commit 9974cee
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 @@ -43,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}},s3://linz-bucket-config/config.json"
args:
[
"copy",
Expand Down

0 comments on commit 9974cee

Please sign in to comment.