The configuration of Flux is handled in scripts/flux-init.sh
.
There are two variables of interest, these are:
REPO_URL=${1:[email protected]:swade1987/gitops-with-secrets}
REPO_BRANCH=master
The above needs to be updated to point to your repository, and the branch you want Flux to reconcile against.