docs: update readme with 'flux' bootstrap command

This commit is contained in:
2025-11-28 21:49:33 +01:00
parent 5a02bb3da0
commit a18eb0fe66

View File

@@ -3,4 +3,5 @@
```bash ```bash
nix develop # optional step for Nix users nix develop # optional step for Nix users
k3d cluster create --image=rancher/k3s:v1.32.10-k3s1 lab # specify a version here as default may be ⇐ FluxCD requirement k3d cluster create --image=rancher/k3s:v1.32.10-k3s1 lab # specify a version here as default may be ⇐ FluxCD requirement
flux bootstrap gitea --hostname=git.hektormisplon.xyz --owner=hektor --repository=lab --path=clusters/lab --token-auth
``` ```