fixed some path issues
This commit is contained in:
parent
afa12c8cc4
commit
25115b22e5
|
|
@ -1,12 +1,12 @@
|
|||
# infrastructure/sources/kustomization.yaml
|
||||
# clusters/default/flux-system/infrastructure.yaml
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: sources
|
||||
name: infrastructure
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 1h
|
||||
path: ../../infrastructure/
|
||||
path: ../../../infrastructure/
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@ metadata:
|
|||
namespace: flux-system
|
||||
spec:
|
||||
interval: 1h
|
||||
dependsOn:
|
||||
- name: infrastructure
|
||||
path: ../../../secrets/
|
||||
prune: true
|
||||
sourceRef:
|
||||
|
|
|
|||
Loading…
Reference in a new issue