blob: 11610a08398e168304ef6a1545066b072ef13888 [file] [log] [blame]
giolekva73d31262020-04-11 15:24:33 +04001apiVersion: argoproj.io/v1alpha1
2kind: EventSource
3metadata:
4 name: minio-event-source
5spec:
6 type: "minio"
7 minio:
8 example:
9 bucket:
10 name: input
11 endpoint: mio-minio.default.svc:9000
12 events:
13 - s3:ObjectCreated:Put
14 - s3:ObjectRemoved:Delete
15 insecure: true
16 accessKey:
17 key: accesskey
18 name: artifacts-minio
19 secretKey:
20 key: secretkey
21 name: artifacts-minio