Try changing load order

This commit is contained in:
2024-02-14 23:51:58 +00:00
parent 17c2217c74
commit b56031dc15
6 changed files with 10 additions and 11 deletions

View File

@@ -11,5 +11,4 @@ spec:
kind: GitRepository
name: flux-system
path: ./apps
prune: true
wait: true
prune: true

View File

@@ -11,5 +11,4 @@ spec:
kind: GitRepository
name: flux-system
path: ./infrastructure
prune: true
wait: true
prune: true

View File

@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- infrastructure.yaml
- apps.yaml