From 9e50d6531e990cefa8cb4b492ca6451c96df55d8 Mon Sep 17 00:00:00 2001 From: Ville Aikas Date: Wed, 23 May 2018 16:46:30 -0700 Subject: [PATCH] Update the deploying of function code to be separate from hte bind to demonstrate late binding --- sample/gcp_pubsub_function/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sample/gcp_pubsub_function/README.md b/sample/gcp_pubsub_function/README.md index 522aa741807..584f9387972 100644 --- a/sample/gcp_pubsub_function/README.md +++ b/sample/gcp_pubsub_function/README.md @@ -35,7 +35,8 @@ gcloud pubsub topics create ela-demo You can deploy this to Elafros from the root directory via: ```shell -ko apply -f sample/gcp_pubsub_function/ +ko apply -f sample/gcp_pubsub_function/route.yaml +ko apply -f sample/gcp_pubsub_function/configuration.yaml ``` Once deployed, you can inspect the created resources with `kubectl` commands: