From 172e9c332d708765616f8e5728661d37531241e6 Mon Sep 17 00:00:00 2001 From: Alec Rajeev Date: Fri, 7 May 2021 22:41:48 -0400 Subject: [PATCH] docs(argo-events): Added helpful information to FAQ Signed-off-by: Alec Rajeev --- docs/FAQ.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index e7749da590..c3c08e9b96 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -33,7 +33,9 @@ Note: You can set the environment variable `DEBUG_LOG:true` in any of the contai 1. Check the sensor resource is deployed and a pod is running for the resource. If the sensor pod is running, check for `Started to subscribe events for triggers` in the logs. -If the sensor has subscribed to the event-bus but is unable to create the trigger resource, please raise an issue on GitHub. +If the sensor has subscribed to the event-bus but is unable to create the trigger resource, please raise an issue on GitHub. + +2. The sensor's dependencies have a specific eventSourceName and eventName that should match the values defined in the `EventSource` resource. See full details [here](https://github.com/argoproj/argo-events/blob/master/docs/eventsources/naming.md). **Q. Helm chart installation does not work.**