fixed some path issues

This commit is contained in:
Jethro 2026-03-22 14:02:35 +13:00
parent afa12c8cc4
commit 25115b22e5
2 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -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: