This repository provides the initial setup for FluxCD and incorporates additional repositories.
- Kubernetes cluster version 1.24 or never
export GITHUB_TOKEN=<gh-token>
flux bootstrap github \
--token-auth \
--owner=brainfair \
--repository=awesome-flux-head \
--branch=main \
--path=clusters/homelab \
--personal