13 lines
214 B
Bash
Executable File
13 lines
214 B
Bash
Executable File
#!/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
|