18 lines
277 B
Markdown
18 lines
277 B
Markdown
## provisioning
|
|
|
|
insert stuff here
|
|
|
|
## applications
|
|
|
|
### Flux bootstrap
|
|
|
|
```sh
|
|
flux bootstrap git \
|
|
--url=https://git.thejimnicholson.com/homelab/new-cluster.git \
|
|
--username=jim \
|
|
--password=XXXXXXXX \
|
|
--token-auth=true \
|
|
--path=applications \
|
|
--branch master
|
|
```
|