Add longhorn

This commit is contained in:
Tyler Perkins 2023-10-01 11:43:16 -04:00
parent 6280252f3a
commit fabd7dbef4
3 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,8 @@
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: HelmRepository
metadata:
name: longhorn
namespace: flux-system
spec:
interval: 5m0s
url: "https://charts.longhorn.io"

View File

@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: longhorn-system

15
longhorn/longhorn.yaml Normal file
View File

@ -0,0 +1,15 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: longhorn
namespace: longhorn-system
spec:
interval: 5m
chart:
spec:
chart: longhorn
version: "1.5.1"
sourceRef:
kind: HelmRepository
name: longhorn
namespace: flux-system