Important
Use this repository as a template for your own FluxCD cluster setup!!!
Subsitute the variables with your own
flux bootstrap github \
--owner $OWNER \
--repository $REPOSITORY \
--branch $BRANCH \
--path ./clusters/$CLUSTER \
--components-extra='image-reflector-controller,image-automation-controller' \
--read-write-keyExample:
flux bootstrap github \
--owner BestChinchilla \
--repository fluxcd-example \
--branch main \
--path ./clusters/k3s \
--components-extra='image-reflector-controller,image-automation-controller' \
--read-write-key