From fe02ef51515ce7e8ab98359bf72159c21d3f18e0 Mon Sep 17 00:00:00 2001 From: Philippe Granger Date: Thu, 11 Jan 2018 15:41:14 -0500 Subject: [PATCH] fix k8s fass-netes deploy docs, namespace.yml is at the root of the repo. Signed-off-by: Philippe Granger --- guide/deployment_k8s.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/deployment_k8s.md b/guide/deployment_k8s.md index 8628db7d..98fc714d 100644 --- a/guide/deployment_k8s.md +++ b/guide/deployment_k8s.md @@ -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 ```