From 2670b35a2d1aa13c464b038cf1ed49f3dc7b75a7 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Tue, 27 Feb 2024 20:34:19 +0100
Subject: [PATCH] removal(flux-system): Drop tf-controller

It's currently not used, so why keep it around?
---
 .../base/flux-system/kustomization.yaml       |  1 -
 .../base/flux-system/tf-controller.yaml       | 30 -------------------
 2 files changed, 31 deletions(-)
 delete mode 100644 infrastructure/base/flux-system/tf-controller.yaml

diff --git a/infrastructure/base/flux-system/kustomization.yaml b/infrastructure/base/flux-system/kustomization.yaml
index 4e4e8c7a1..ce2619693 100644
--- a/infrastructure/base/flux-system/kustomization.yaml
+++ b/infrastructure/base/flux-system/kustomization.yaml
@@ -3,6 +3,5 @@ kind: Kustomization
 namespace: flux-system
 resources:
   - alerts.yaml
-  - tf-controller.yaml
 components:
   - monitoring
diff --git a/infrastructure/base/flux-system/tf-controller.yaml b/infrastructure/base/flux-system/tf-controller.yaml
deleted file mode 100644
index bef7b8392..000000000
--- a/infrastructure/base/flux-system/tf-controller.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
----
-apiVersion: source.toolkit.fluxcd.io/v1beta2
-kind: HelmRepository
-metadata:
-  name: tf-controller
-  namespace: flux-system
-spec:
-  interval: 30m
-  url: https://weaveworks.github.io/tf-controller/
----
-apiVersion: helm.toolkit.fluxcd.io/v2beta2
-kind: HelmRelease
-metadata:
-  name: tf-controller
-  namespace: flux-system
-spec:
-  releaseName: tf-controller
-  chart:
-    spec:
-      chart: tf-controller
-      sourceRef:
-        kind: HelmRepository
-        name: tf-controller
-        namespace: flux-system
-      version: 0.15.1
-  interval: 5m
-  install:
-    crds: CreateReplace
-  upgrade:
-    crds: CreateReplace
-- 
GitLab