From f7bf4c96010f8a71986e14f14b2d84ede03a22d6 Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Mon, 25 Mar 2019 10:53:32 +0100 Subject: [PATCH] The path is actually examples/k8s. Signed-off-by: Daniel Holbach --- site/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/installing.md b/site/installing.md index 35ebde8f9..ae8d69e2e 100644 --- a/site/installing.md +++ b/site/installing.md @@ -185,7 +185,7 @@ A simple way to get Scope running in a Kubernetes setting is to 1. Run ```sh - kubectl apply -f example/k8s + kubectl apply -f examples/k8s ``` to deploy Scope to your cluster.