Update flux installation command in readme

This commit is contained in:
Daniel Flanagan 2022-02-09 09:46:26 -06:00
parent 82a2c80377
commit 311264a95e
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ ansible-playbook -i inventory/hosts.yml ./nuke-k3s-cluster
```
- Install Flux (note the `fish`-isms here, so you may need to translate to `bash`-isms)
```
flux bootstrap git --url=(git remote get-url origin-https) --branch=master \
flux bootstrap git --url=(git remote get-url origin) --branch=master \
--path=./cluster/home --private-key-file=$HOME/.ssh/flux-k8s-clusters
```