first commit

This commit is contained in:
Patryk Hegenberg 2025-05-07 07:17:45 +02:00
commit b6890fa29d
7 changed files with 74 additions and 0 deletions

View file

@ -0,0 +1,19 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: longhorn
namespace: longhorn-system
spec:
releaseName: longhorn
chart:
spec:
chart: longhorn
version: "1.6.1"
sourceRef:
kind: HelmRepository
name: longhorn
namespace: flux-system
interval: 5m
install:
createNamespace: true
values: {}