mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-20 22:51:47 +00:00
Fix cluster path in install docs
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
a66004f567
commit
bed48ada82
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ Create a `Kustomization` object on your cluster:
|
||||||
```sh
|
```sh
|
||||||
flux create kustomization flux-system \
|
flux create kustomization flux-system \
|
||||||
--source=flux-system \
|
--source=flux-system \
|
||||||
--path="./my-cluster" \
|
--path="./clusters/my-cluster" \
|
||||||
--prune=true \
|
--prune=true \
|
||||||
--interval=10m
|
--interval=10m
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue