Skip to content

Commit

Permalink
Update parameters in minio example (#1414)
Browse files Browse the repository at this point in the history
The parameters is a field of StandardK8sTrigger based on this https://github.com/argoproj/argo-events/blob/master/api/sensor.md#standardk8strigger

Signed-off-by: Tho Nguyen <thnguyen@ghgsat.com>
  • Loading branch information
ntdt authored Jan 4, 2022
1 parent 5f23581 commit cd54e79
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/sensors/minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ spec:
image: docker/whalesay:latest
args:
- THIS_WILL_BE_REPLACED
# The container args from the workflow are overridden by the s3 notification key
parameters:
- src:
dependencyName: test-dep
dataKey: notification.0.s3.object.key
dest: spec.templates.0.container.args.0
# The container args from the workflow are overridden by the s3 notification key
parameters:
- src:
dependencyName: test-dep
dataKey: notification.0.s3.object.key
dest: spec.templates.0.container.args.0
retryStrategy:
steps: 3

0 comments on commit cd54e79

Please sign in to comment.