From d254e24f9a36b3113c4037a55d3e66cf229aab78 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sat, 24 Feb 2024 18:25:58 +0100
Subject: [PATCH] fix(system-upgrade): Fix moved file reference

---
 infrastructure/base/system-upgrades/kustomization.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/infrastructure/base/system-upgrades/kustomization.yaml b/infrastructure/base/system-upgrades/kustomization.yaml
index 5fccabf6c..82e25fecf 100644
--- a/infrastructure/base/system-upgrades/kustomization.yaml
+++ b/infrastructure/base/system-upgrades/kustomization.yaml
@@ -4,7 +4,6 @@ namespace: system-upgrade
 resources:
   - calver-server.yaml
   - kured.yaml
-  - fedora-autoupdate.yaml
   - kubernetes.yaml
   - kubelet.yaml
   - longhorn-lvm.yaml
-- 
GitLab