Fix GitRepository references in Kustomizations

Changed all references from 'homelab' to 'flux-system' to match
the actual GitRepository resource created by Flux bootstrap.
This commit is contained in:
CaffeineTux
2025-11-16 02:36:11 -05:00
parent dc18835453
commit 64be88c9fe
4 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ spec:
timeout: 5m timeout: 5m
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: homelab name: flux-system
path: ./bootstrap path: ./bootstrap
prune: true prune: true
wait: true wait: true

View File

@@ -8,7 +8,7 @@ spec:
timeout: 5m timeout: 5m
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: homelab name: flux-system
path: ./infrastructure path: ./infrastructure
prune: true prune: true
wait: true wait: true

View File

@@ -8,7 +8,7 @@ spec:
timeout: 5m timeout: 5m
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: homelab name: flux-system
path: ./platform path: ./platform
prune: true prune: true
wait: true wait: true

View File

@@ -11,7 +11,7 @@ spec:
chart: ./platform/mcp-servers chart: ./platform/mcp-servers
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: homelab name: flux-system
namespace: flux-system namespace: flux-system
interval: 5m interval: 5m