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
sourceRef:
kind: GitRepository
name: homelab
name: flux-system
path: ./infrastructure
prune: true
wait: true