From 11448258b0c158ca071370b100051c93fcf47072 Mon Sep 17 00:00:00 2001 From: Adam Sah <140002+asah@users.noreply.github.com> Date: Thu, 3 Jan 2019 21:11:01 -0500 Subject: [PATCH] fix typo --- citus_petset/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citus_petset/README.md b/citus_petset/README.md index 3df138d..a50c32c 100644 --- a/citus_petset/README.md +++ b/citus_petset/README.md @@ -53,7 +53,7 @@ kubectl create -f ps-citus.yaml Third, create the query service: ``` -kubectl create -f svc-citus.yaml +kubectl create -f svc-citus-query.yaml ``` These services are currently internal-only using ClusterIP. You can tinker