Skip to content

Commit

Permalink
Correct ConfigMap for Calendar gateway (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
groodt authored and VaibhavPage committed Jan 16, 2019
1 parent 98de845 commit 2605141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ Calendar gateway either accepts `interval` or `cron schedules` as configuration.
calendar.barConfig: |-
interval: 10s
calendar.fooConfig: |-
interval: 30 * * * *
schedule: 30 * * * *
```

The `barConfig` defines an interval of `10s`, meaning, gateway configuration will run every 10s and send event to watchers.
Expand Down Expand Up @@ -1077,4 +1077,4 @@ Resource gateway can monitor any K8 resource and any CRD.
value: argo-workflow-input
```
Example:
https://raw.githubusercontent.com/argoproj/argo-events/master/examples/sensors/data-filter-webhook.yaml
https://raw.githubusercontent.com/argoproj/argo-events/master/examples/sensors/data-filter-webhook.yaml

0 comments on commit 2605141

Please sign in to comment.