Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 328 Bytes

configuration.md

File metadata and controls

12 lines (8 loc) · 328 Bytes

Configuration

The configuration of Flux is handled in scripts/flux-init.sh.

There are two variables of interest, these are:

REPO_URL=${1:-git@github.com: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.