Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 259 Bytes

04-Create-Source-Controller.md

File metadata and controls

16 lines (12 loc) · 259 Bytes

Create Source Controller

Add the Source Controller

flux create source git instavote \
  --url "https://github.com/${GITHUB_USER}/instavote.git" \
  --branch main \
  --interval 30s

Verify it was correclty added:

flux get sources git