diff --git a/clusters/kairos/longhorn/helmrelease.yaml b/clusters/kairos/longhorn/helmrelease.yaml deleted file mode 100644 index b0ec12a..0000000 --- a/clusters/kairos/longhorn/helmrelease.yaml +++ /dev/null @@ -1,17 +0,0 @@ ---- -apiVersion: helm.toolkit.fluxcd.io/v2 -kind: HelmRelease -metadata: - name: longhorn-release - namespace: flux-system -spec: - chart: - spec: - chart: longhorn - reconcileStrategy: ChartVersion - sourceRef: - kind: HelmRepository - name: longhorn-repo - version: 1.6.0 - interval: 1m0s - targetNamespace: longhorn-system diff --git a/clusters/kairos/longhorn/helmrepo.yaml b/clusters/kairos/longhorn/helmrepo.yaml deleted file mode 100644 index 177e36b..0000000 --- a/clusters/kairos/longhorn/helmrepo.yaml +++ /dev/null @@ -1,9 +0,0 @@ ---- -apiVersion: source.toolkit.fluxcd.io/v1 -kind: HelmRepository -metadata: - name: longhorn-repo - namespace: flux-system -spec: - interval: 1m0s - url: https://charts.longhorn.io diff --git a/clusters/kairos/longhorn/kustomization.yaml b/clusters/kairos/longhorn/kustomization.yaml deleted file mode 100644 index b17f3ef..0000000 --- a/clusters/kairos/longhorn/kustomization.yaml +++ /dev/null @@ -1,6 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -resources: -- namespace.yaml -- helmrepo.yaml -- helmrelease.yaml \ No newline at end of file diff --git a/clusters/kairos/longhorn/namespace.yaml b/clusters/kairos/longhorn/namespace.yaml deleted file mode 100644 index 2bb0005..0000000 --- a/clusters/kairos/longhorn/namespace.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: longhorn-system \ No newline at end of file