From c2ce864079c6e6ff902f464763912d2acd6f37f1 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Fri, 11 Feb 2022 00:55:42 +0100
Subject: [PATCH] fix(flux-system): Completely remove reciever config

---
 clusters/k8s01/flux-system/kustomization.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/clusters/k8s01/flux-system/kustomization.yaml b/clusters/k8s01/flux-system/kustomization.yaml
index a8359e143..d2a8a8aab 100644
--- a/clusters/k8s01/flux-system/kustomization.yaml
+++ b/clusters/k8s01/flux-system/kustomization.yaml
@@ -4,6 +4,5 @@ resources:
 - gotk-components.yaml
 - gotk-sync.yaml
 - gpg-keys.yaml
-- receiver.yaml
 patchesStrategicMerge:
   - gotk-patches.yaml
-- 
GitLab