From bed48ada82123b84e97f85e638dd1ffb613a088f Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Thu, 12 Nov 2020 16:14:05 +0200 Subject: [PATCH] Fix cluster path in install docs Signed-off-by: Stefan Prodan --- docs/guides/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/installation.md b/docs/guides/installation.md index f0e0484f..be71b613 100644 --- a/docs/guides/installation.md +++ b/docs/guides/installation.md @@ -312,7 +312,7 @@ Create a `Kustomization` object on your cluster: ```sh flux create kustomization flux-system \ --source=flux-system \ - --path="./my-cluster" \ + --path="./clusters/my-cluster" \ --prune=true \ --interval=10m ```