From 9c32e031ea4a21318decbdfdce3cd1647b2068b9 Mon Sep 17 00:00:00 2001 From: Jt Miclat Date: Fri, 26 Jul 2019 04:08:39 +0000 Subject: [PATCH] Fix container name of example gcp-pubsub-gateway --- examples/gateways/gcp-pubsub.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gateways/gcp-pubsub.yaml b/examples/gateways/gcp-pubsub.yaml index 53791536be..3bb6513e22 100644 --- a/examples/gateways/gcp-pubsub.yaml +++ b/examples/gateways/gcp-pubsub.yaml @@ -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"]