Skip to content

Commit

Permalink
fix: update ssh config
Browse files Browse the repository at this point in the history
  • Loading branch information
amfage committed Aug 14, 2023
1 parent 7874ee3 commit 9ba629d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workflows/imagery/publish-copy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ spec:
command: [node, /app/index.js]
env:
- name: AWS_ROLE_CONFIG_PATH
value: s3://linz-bucket-config/config-write.imagery.json,s3://linz-bucket-config/config.json
value: s3://linz-bucket-config/config-write.imagery.json,s3://linz-bucket-config/config-write.elevation.json,s3://linz-bucket-config/config.json
args:
[
"copy",
Expand Down Expand Up @@ -198,10 +198,10 @@ spec:
"--target",
"{{=sprig.trim(workflow.parameters.target)}}",
"--repo-name",
"{{=sprig.nospace(sprig.cat('linz/', sprig.regexFind('(elevation|imagery)', workflow.parameters.target)))}}"
"{{=sprig.regexFind('(elevation|imagery)', workflow.parameters.target)}}"
]
volumes:
- name: secret-volume
secret:
secretName: github-linz-imagery
secretName: github-linz-"{{=sprig.regexFind('(elevation|imagery)', workflow.parameters.target)}}"
defaultMode: 384

0 comments on commit 9ba629d

Please sign in to comment.