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