flux: fix path
This commit is contained in:
parent
55e9426514
commit
a44cf6f86f
6 changed files with 6 additions and 6 deletions
|
@ -8,7 +8,7 @@ spec:
|
|||
interval: 10m0s
|
||||
dependsOn:
|
||||
- name: core
|
||||
path: ./cluster/apps
|
||||
path: ./flux/cluster/apps
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
|
|
|
@ -8,7 +8,7 @@ spec:
|
|||
interval: 10m0s
|
||||
dependsOn:
|
||||
- name: crds
|
||||
path: ./cluster/core
|
||||
path: ./flux/cluster/core
|
||||
prune: false
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
|
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
namespace: flux-system
|
||||
spec:
|
||||
interval: 10m0s
|
||||
path: ./cluster/crds
|
||||
path: ./flux/cluster/crds
|
||||
prune: false
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
|
|
|
@ -20,7 +20,7 @@ metadata:
|
|||
namespace: flux-system
|
||||
spec:
|
||||
interval: 10m0s
|
||||
path: ./cluster/base
|
||||
path: ./flux/cluster/base
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
|
|
|
@ -20,5 +20,5 @@ spec:
|
|||
push:
|
||||
branch: main
|
||||
update:
|
||||
path: ./cluster/
|
||||
path: ./flux/cluster/
|
||||
strategy: Setters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue