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
kind: Kustomization
metadata:
name: sources
name: infrastructure
namespace: flux-system
spec:
interval: 1h
path: ../../infrastructure/
path: ../../../infrastructure/
prune: true
sourceRef:
kind: GitRepository

View file

@ -5,6 +5,8 @@ metadata:
namespace: flux-system
spec:
interval: 1h
dependsOn:
- name: infrastructure
path: ../../../secrets/
prune: true
sourceRef: