Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Jan 9, 2024
1 parent 7fd0d1e commit 53d59c9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions misc/argo-pipeline/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,22 @@ spec:
parameters:
- name: pathbucket
value: "test/test-argo1"
env:
# env var for s3 connexion
- name: AWS_ACCESS_KEY_ID
valueFrom:
secretKeyRef:
name: my-s3-creds
key: accessKey
- name: AWS_SECRET_ACCESS_KEY
valueFrom:
secretKeyRef:
name: my-s3-creds
key: secretKey
- name: AWS_DEFAULT_REGION
value: us-east-1
- name: AWS_S3_ENDPOINT
value: minio.lab.sspcloud.fr
- name: print
template: print
dependencies: [ crossproduct ]
Expand Down

0 comments on commit 53d59c9

Please sign in to comment.