Kodlunch om GitOps.
# Setup Flux.
flux bootstrap github --components-extra=image-reflector-controller,image-automation-controller --owner=iteam1337 --repository=gitops-kodlunch --branch=main --path=./clusters/demo --personal
# Create GIT secret.
flux create secret git git --url=ssh://[email protected]:22/iteam1337/gitops-kodlunch.git --private-key-file=./identity
flux get all -A --status-selector ready=false