Note some stuff is now using flux.

This commit is contained in:
James Pace 2023-01-29 21:57:57 -05:00
parent 6211ec0c9e
commit 7e766025ae
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
# k8s-config # k8s-config
Configuration for my homelab kubernetes cluster. 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

View File

@ -0,0 +1,5 @@
flux bootstrap git \
--url=ssh://git.jpace121.net:2222/cd/flux-infra \
--branch=master \
--author-name=flux \
--path=cluster