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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user