From d5cdbb0ab7ff0e0046c57bee8bdc505e48e749cc Mon Sep 17 00:00:00 2001 From: Andy Goldstein Date: Mon, 5 Mar 2018 10:39:32 -0500 Subject: [PATCH] Use correct namespace for ark server deployment Signed-off-by: Andy Goldstein --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c787cd7f0..b645d7360 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ NOTE: Make sure to check out the appropriate version. We recommend that you chec 1. Check to see that both the Ark and nginx deployments are successfully created: ``` - kubectl get deployments -l component=ark --namespace=heptio-ark + kubectl get deployments -l component=ark --namespace=heptio-ark-server kubectl get deployments --namespace=nginx-example ```