From 64be88c9fe50e1cd042eb6bf930d931ade47e0d1 Mon Sep 17 00:00:00 2001 From: CaffeineTux Date: Sun, 16 Nov 2025 02:36:11 -0500 Subject: [PATCH] Fix GitRepository references in Kustomizations Changed all references from 'homelab' to 'flux-system' to match the actual GitRepository resource created by Flux bootstrap. --- clusters/production/bootstrap.yaml | 2 +- clusters/production/infrastructure.yaml | 2 +- clusters/production/platform.yaml | 2 +- platform/mcp-servers/helmrelease.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/production/bootstrap.yaml b/clusters/production/bootstrap.yaml index 88a388e..15539be 100644 --- a/clusters/production/bootstrap.yaml +++ b/clusters/production/bootstrap.yaml @@ -8,7 +8,7 @@ spec: timeout: 5m sourceRef: kind: GitRepository - name: homelab + name: flux-system path: ./bootstrap prune: true wait: true diff --git a/clusters/production/infrastructure.yaml b/clusters/production/infrastructure.yaml index 8b42f4f..35f60a2 100644 --- a/clusters/production/infrastructure.yaml +++ b/clusters/production/infrastructure.yaml @@ -8,7 +8,7 @@ spec: timeout: 5m sourceRef: kind: GitRepository - name: homelab + name: flux-system path: ./infrastructure prune: true wait: true diff --git a/clusters/production/platform.yaml b/clusters/production/platform.yaml index ef1394c..f385ed4 100644 --- a/clusters/production/platform.yaml +++ b/clusters/production/platform.yaml @@ -8,7 +8,7 @@ spec: timeout: 5m sourceRef: kind: GitRepository - name: homelab + name: flux-system path: ./platform prune: true wait: true diff --git a/platform/mcp-servers/helmrelease.yaml b/platform/mcp-servers/helmrelease.yaml index 5c714b8..d7d076e 100644 --- a/platform/mcp-servers/helmrelease.yaml +++ b/platform/mcp-servers/helmrelease.yaml @@ -11,7 +11,7 @@ spec: chart: ./platform/mcp-servers sourceRef: kind: GitRepository - name: homelab + name: flux-system namespace: flux-system interval: 5m