From 7e766025ae36d6b562d4d90f9fad7688f887b15d Mon Sep 17 00:00:00 2001 From: James Pace Date: Sun, 29 Jan 2023 21:57:57 -0500 Subject: [PATCH] Note some stuff is now using flux. --- README.md | 5 +++++ scripts/bootstrap-flux.bash | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 scripts/bootstrap-flux.bash 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