mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-16 12:41:49 +00:00
Merge pull request #461 from fluxcd/fix-install-path
Fix cluster path in install docs
This commit is contained in:
commit
15442969f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue