fix k8s fass-netes deploy docs, namespace.yml is at the root of the repo.

Signed-off-by: Philippe Granger <pgranger@elementai.com>
This commit is contained in:
Philippe Granger 2018-01-11 15:41:14 -05:00 committed by Alex Ellis
parent e9d51baeb7
commit fe02ef5151

View File

@ -57,7 +57,7 @@ This command is split into two parts so that the OpenFaaS namespaces are always
```
$ cd faas-netes && \
kubectl apply -f ./yaml/namespaces.yml && \
kubectl apply -f ./namespaces.yml && \
kubectl apply -f ./yaml
```