From 00a3731d5162a02542b613923a39e4dc64c0793f Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Wed, 11 May 2022 02:36:16 +0200
Subject: [PATCH] fix(flux-system): Rollout tf-controller in kustomization

---
 infrastructure/flux-system/kustomization.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure/flux-system/kustomization.yaml b/infrastructure/flux-system/kustomization.yaml
index 3d68f553b..b46d40518 100644
--- a/infrastructure/flux-system/kustomization.yaml
+++ b/infrastructure/flux-system/kustomization.yaml
@@ -4,6 +4,7 @@ namespace: flux-system
 resources:
   - monitoring.yaml
   - alerts.yaml
+  - tf-controller.yaml
   - ../../shared/networkpolicies/allow-from-monitoring.yaml
 patchesStrategicMerge:
   - networkpolicy.yaml
-- 
GitLab