event-processor: fix container name
diff --git a/events/install.yaml b/events/install.yaml
index 641e119..cf53f76 100644
--- a/events/install.yaml
+++ b/events/install.yaml
@@ -49,7 +49,7 @@
spec:
serviceAccountName: event-processor
containers:
- - name: minio-importer
+ - name: event-processor
image: giolekva/pcloud-event-processor:latest
imagePullPolicy: Always
command: ["event-processor", "--logtostderr", "--api_addr=http://api.pcloud.svc:1111/graphql", "--object_store_addr=http://minio.minio.svc:9000"]