diff --git a/applications/longhorn/longhorn-helmrelease.yaml b/applications/longhorn/longhorn-helmrelease.yaml new file mode 100644 index 0000000..63cd719 --- /dev/null +++ b/applications/longhorn/longhorn-helmrelease.yaml @@ -0,0 +1,19 @@ +--- +apiVersion: helm.toolkit.fluxcd.io/v2beta1 +kind: HelmRelease +metadata: + name: longhorn + namespace: flux-system +spec: + chart: + spec: + chart: longhorn + sourceRef: + kind: HelmRepository + name: longhorn + namespace: flux-system + install: + createNamespace: true + interval: 1m0s + targetNamespace: longhorn-system +