Skip to content

Commit

Permalink
Fix container name of example gcp-pubsub-gateway (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmiclat authored and VaibhavPage committed Jul 26, 2019
1 parent 9ecdd38 commit 4955664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gateways/gcp-pubsub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
image: "argoproj/gateway-client"
imagePullPolicy: "Always"
command: ["/bin/gateway-client"]
- name: "aws-sqs-events"
- name: "gcp-pubsub-events"
image: "argoproj/gcp-pubsub-gateway"
imagePullPolicy: "Always"
command: ["/bin/gcp-pubsub-gateway"]
Expand Down

0 comments on commit 4955664

Please sign in to comment.