Use correct namespace for ark server deployment

Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
pull/348/head
Andy Goldstein 2018-03-05 10:39:32 -05:00
parent cc9be4489a
commit d5cdbb0ab7
1 changed files with 1 additions and 1 deletions

View File

@ -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
```