diff --git a/README.md b/README.md index d681461..70e3849 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # k8s-config Configuration for my homelab kubernetes cluster. + +Some apps are deployed automatically using flux. + +- Flux infrasture repo: https://git.jpace121.net/cd/flux-infra +- Flux application repo: https://git.jpace121.net/cd/flux-apps diff --git a/scripts/bootstrap-flux.bash b/scripts/bootstrap-flux.bash new file mode 100644 index 0000000..b029df9 --- /dev/null +++ b/scripts/bootstrap-flux.bash @@ -0,0 +1,5 @@ +flux bootstrap git \ + --url=ssh://git.jpace121.net:2222/cd/flux-infra \ + --branch=master \ + --author-name=flux \ + --path=cluster