Skip to content

Commit

Permalink
docs(argo-events): Added helpful information to FAQ (#1209)
Browse files Browse the repository at this point in the history
Signed-off-by: Alec Rajeev <alecinthecloud@gmail.com>
  • Loading branch information
alecrajeev committed May 10, 2021
1 parent cea92bb commit b9fb2a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**

Expand Down

0 comments on commit b9fb2a2

Please sign in to comment.