Skip to content

Commit 1544296

Browse files
authored
Merge pull request #461 from fluxcd/fix-install-path
Fix cluster path in install docs
2 parents a66004f + bed48ad commit 1544296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ Create a `Kustomization` object on your cluster:
312312
```sh
313313
flux create kustomization flux-system \
314314
--source=flux-system \
315-
--path="./my-cluster" \
315+
--path="./clusters/my-cluster" \
316316
--prune=true \
317317
--interval=10m
318318
```

0 commit comments

Comments
 (0)