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

Fix cluster path in install docs
pull/462/head
Stefan Prodan 4 years ago committed by GitHub
commit 15442969f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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