event-processor: configure service account and cluster role binding so it can create pods in any namespace
diff --git a/events/processor.go b/events/processor.go
index 89db4d5..504e261 100644
--- a/events/processor.go
+++ b/events/processor.go
@@ -50,7 +50,7 @@
 			glog.Info("Creating pod...")
 			resp, err := p.pods.Create(context.TODO(), pod, metav1.CreateOptions{})
 			if err != nil {
-				glog.Error(resp)
+				glog.Error(err)
 				continue
 			}
 			glog.Infof("Pod created: %s", resp)