Fix cluster path in install docs

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
pull/461/head
Stefan Prodan 4 years ago
parent a66004f567
commit bed48ada82
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF

@ -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…
Cancel
Save