bind minio events to argo workflows
diff --git a/argo/event-source.yaml b/argo/event-source.yaml
new file mode 100644
index 0000000..11610a0
--- /dev/null
+++ b/argo/event-source.yaml
@@ -0,0 +1,21 @@
+apiVersion: argoproj.io/v1alpha1
+kind: EventSource
+metadata:
+ name: minio-event-source
+spec:
+ type: "minio"
+ minio:
+ example:
+ bucket:
+ name: input
+ endpoint: mio-minio.default.svc:9000
+ events:
+ - s3:ObjectCreated:Put
+ - s3:ObjectRemoved:Delete
+ insecure: true
+ accessKey:
+ key: accesskey
+ name: artifacts-minio
+ secretKey:
+ key: secretkey
+ name: artifacts-minio
\ No newline at end of file