mirror of
https://github.com/apricote/home-cloud.git
synced 2026-02-07 18:27:02 +00:00
deploy flux to cluster
This commit is contained in:
parent
2863062e44
commit
4219439b5e
4 changed files with 39 additions and 0 deletions
18
k3s_cluster/files/k8s-apps/flux.yaml
Normal file
18
k3s_cluster/files/k8s-apps/flux.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: flux
|
||||
|
||||
---
|
||||
apiVersion: helm.cattle.io/v1
|
||||
kind: HelmChart
|
||||
metadata:
|
||||
name: flux
|
||||
namespace: flux
|
||||
spec:
|
||||
chart: flux
|
||||
repo: https://charts.fluxcd.io
|
||||
version: ${version}
|
||||
targetNamespace: flux
|
||||
set:
|
||||
git.url: ${git_url}
|
||||
Loading…
Add table
Add a link
Reference in a new issue