From 1acd3ee2741039b70cd14fabbfbc4fd5ebc6422d Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Fri, 18 Nov 2022 21:30:56 -0800 Subject: [PATCH] Remove longhorn --- .../longhorn/longhorn-helmrelease.yaml | 19 ------------------- applications/longhorn/longhorn-source.yaml | 10 ---------- 2 files changed, 29 deletions(-) delete mode 100644 applications/longhorn/longhorn-helmrelease.yaml delete mode 100644 applications/longhorn/longhorn-source.yaml 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 -