1
0
mirror of synced 2026-06-17 02:50:49 +00:00

Fix cluster path in install docs

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2020-11-12 16:14:05 +02:00
parent a66004f567
commit bed48ada82
+1 -1
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
```