#!/bin/bash USER_NAME=Zpekii BRANCH=main URL=https://git.0orz.top/Zpekii/go-example.git flux bootstrap git \ --url=$URL \ --branch=$BRANCH \ --username=$USER_NAME \ --token-auth=true \ --path=./clusters/app