Skip to content

Commit

Permalink
Fix gcp pubsub example (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
robo-corg authored and VaibhavPage committed Jan 7, 2020
1 parent b4aeb6f commit fc40990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/event-sources/gcp-pubsub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: gcp-pubsub-event-source
spec:
type: "pubsub"
pubsub:
pubSub:
example-event-source:
# id of your project
projectID: "my-fake-project-id"
Expand Down
2 changes: 1 addition & 1 deletion examples/gateways/gcp-pubsub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
gateways.argoproj.io/gateway-controller-instanceid: argo-events
spec:
replica: 1
type: "gcp-pubsub"
type: "pubsub"
eventSourceRef:
name: "gcp-pubsub-event-source"
# optional, if event source is deployed in a different namespace than the gateway
Expand Down

0 comments on commit fc40990

Please sign in to comment.