From 428377b0fe9f98f81c2df625c3fb870ad9835904 Mon Sep 17 00:00:00 2001
From: Flux <>
Date: Fri, 7 Feb 2025 22:43:21 -0500
Subject: [PATCH] Update Flux manifests

---
 .../flux-system/{flux-system => }/gotk-components.yaml          | 0
 .../production/flux-system/{flux-system => }/gotk-sync.yaml     | 2 +-
 .../production/flux-system/{flux-system => }/kustomization.yaml | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename kubernetes/cluster/production/flux-system/{flux-system => }/gotk-components.yaml (100%)
 rename kubernetes/cluster/production/flux-system/{flux-system => }/gotk-sync.yaml (90%)
 rename kubernetes/cluster/production/flux-system/{flux-system => }/kustomization.yaml (100%)

diff --git a/kubernetes/cluster/production/flux-system/flux-system/gotk-components.yaml b/kubernetes/cluster/production/flux-system/gotk-components.yaml
similarity index 100%
rename from kubernetes/cluster/production/flux-system/flux-system/gotk-components.yaml
rename to kubernetes/cluster/production/flux-system/gotk-components.yaml
diff --git a/kubernetes/cluster/production/flux-system/flux-system/gotk-sync.yaml b/kubernetes/cluster/production/flux-system/gotk-sync.yaml
similarity index 90%
rename from kubernetes/cluster/production/flux-system/flux-system/gotk-sync.yaml
rename to kubernetes/cluster/production/flux-system/gotk-sync.yaml
index 41903c1..11be014 100644
--- a/kubernetes/cluster/production/flux-system/flux-system/gotk-sync.yaml
+++ b/kubernetes/cluster/production/flux-system/gotk-sync.yaml
@@ -20,7 +20,7 @@ metadata:
   namespace: flux-system
 spec:
   interval: 10m0s
-  path: ./kubernetes/cluster/production/flux-system
+  path: ./kubernetes/cluster/production
   prune: true
   sourceRef:
     kind: GitRepository
diff --git a/kubernetes/cluster/production/flux-system/flux-system/kustomization.yaml b/kubernetes/cluster/production/flux-system/kustomization.yaml
similarity index 100%
rename from kubernetes/cluster/production/flux-system/flux-system/kustomization.yaml
rename to kubernetes/cluster/production/flux-system/kustomization.yaml