mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
18 lines
276 B
YAML
18 lines
276 B
YAML
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}
|