Note some stuff is now using flux.
This commit is contained in:
parent
6211ec0c9e
commit
7e766025ae
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
flux bootstrap git \
|
||||
--url=ssh://git.jpace121.net:2222/cd/flux-infra \
|
||||
--branch=master \
|
||||
--author-name=flux \
|
||||
--path=cluster
|
||||
Loading…
Reference in New Issue