Skip to content

Commit

Permalink
Fix slack sensor example (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoqq authored and VaibhavPage committed May 14, 2019
1 parent 4884b37 commit 2a4a8ad
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions examples/sensors/slack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ metadata:
argo-events-sensor-version: v0.10
spec:
template:
containers:
- name: "sensor"
image: "argoproj/sensor"
imagePullPolicy: Always
serviceAccountName: argo-events-sa
spec:
containers:
- name: "sensor"
image: "argoproj/sensor"
imagePullPolicy: Always
serviceAccountName: argo-events-sa
eventProtocol:
type: "HTTP"
http:
Expand Down

0 comments on commit 2a4a8ad

Please sign in to comment.