Merge pull request #461 from fluxcd/fix-install-path

Fix cluster path in install docs
This commit is contained in:
Stefan Prodan 2020-11-12 16:30:08 +02:00 committed by GitHub
commit 15442969f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```