9 lines
225 B
Bash
9 lines
225 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
flux bootstrap git \
|
||
|
--kubeconfig /home/cj/.kube/vke.yaml \
|
||
|
--url=https://gitea.futureporn.net/futureporn/fp.git \
|
||
|
--branch=main \
|
||
|
--username=cj_clippy \
|
||
|
--token-auth=true \
|
||
|
--path=clusters/production
|