diff --git a/applications/longhorn/longhorn-helmrelease.yaml b/applications/longhorn/longhorn-helmrelease.yaml deleted file mode 100644 index 9d90cc0..0000000 --- a/applications/longhorn/longhorn-helmrelease.yaml +++ /dev/null @@ -1,19 +0,0 @@ ---- -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 - timeout: 10m0s diff --git a/applications/longhorn/longhorn-source.yaml b/applications/longhorn/longhorn-source.yaml deleted file mode 100644 index 24df07a..0000000 --- a/applications/longhorn/longhorn-source.yaml +++ /dev/null @@ -1,10 +0,0 @@ ---- -apiVersion: source.toolkit.fluxcd.io/v1beta1 -kind: HelmRepository -metadata: - name: longhorn - namespace: flux-system -spec: - interval: 3m0s - url: https://charts.longhorn.io -