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
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: homelab
|
||||
name: flux-system
|
||||
path: ./bootstrap
|
||||
prune: true
|
||||
wait: true
|
||||
|
||||
@@ -8,7 +8,7 @@ spec:
|
||||
timeout: 5m
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: homelab
|
||||
name: flux-system
|
||||
path: ./infrastructure
|
||||
prune: true
|
||||
wait: true
|
||||
|
||||
@@ -8,7 +8,7 @@ spec:
|
||||
timeout: 5m
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: homelab
|
||||
name: flux-system
|
||||
path: ./platform
|
||||
prune: true
|
||||
wait: true
|
||||
|
||||
Reference in New Issue
Block a user