Skip to content

Commit bed48ad

Browse files
committed
Fix cluster path in install docs
Signed-off-by: Stefan Prodan <[email protected]>
1 parent a66004f commit bed48ad

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)