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"]