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
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
metadata:
|
metadata:
|
||||||
name: sources
|
name: infrastructure
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
interval: 1h
|
interval: 1h
|
||||||
path: ../../infrastructure/
|
path: ../../../infrastructure/
|
||||||
prune: true
|
prune: true
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,8 @@ metadata:
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
interval: 1h
|
interval: 1h
|
||||||
|
dependsOn:
|
||||||
|
- name: infrastructure
|
||||||
path: ../../../secrets/
|
path: ../../../secrets/
|
||||||
prune: true
|
prune: true
|
||||||
sourceRef:
|
sourceRef:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue