github.com/argoproj/argo-events@v1.9.1/examples/tutorials/09-http-trigger/minio-event-source.yaml (about) 1 apiVersion: argoproj.io/v1alpha1 2 kind: EventSource 3 metadata: 4 name: minio-event-source 5 spec: 6 type: "minio" 7 minio: 8 example: 9 bucket: 10 name: test 11 endpoint: minio-service.argo-events:9000 12 insecure: true 13 events: 14 - s3:ObjectCreated:Put 15 accessKey: 16 key: accesskey 17 name: artifact-minio 18 secretKey: 19 key: secretkey 20 name: artifact-minio