Update flux.md

--public is now replaced by --private=false
This commit is contained in:
m-vasseur
2024-10-18 14:39:10 +02:00
committed by Jérôme Petazzoni
parent 8724ab2835
commit 6105b57914
+1 -1
View File
@@ -75,7 +75,7 @@ This is (approximately) what we're going to do:
--repository=$GITHUB_REPO \
--branch=main \
--path=./clusters/$FLUX_CLUSTER \
--personal --public
--personal --private=false
```
]