Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
tekton-postgresql
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
36b92788
authored
2022-02-23 15:44:33 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add upload-to-s3 step.
1 parent
f8a89cc6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
pipeline-postgresql-transformer.yaml
pipeline-postgresql-transformer.yaml
View file @
36b9278
...
...
@@ -107,4 +107,19 @@ spec:
-
name
:
exports
workspace
:
exports
-
name
:
upload-to-s3
runAfter
:
-
export
taskRef
:
name
:
task-s5cmd-upload
workspaces
:
-
name
:
files
workspace
:
exports
params
:
-
name
:
auth-config-map
value
:
$(params.auth-config-map)
-
name
:
auth-secret
value
:
$(params.auth-secret)
-
name
:
items
value
:
[
"
$(params.exports[*])"
]
...
...
Please
register
or
sign in
to post a comment