This commit is contained in:
Lee 2024-09-21 21:54:12 +01:00
parent 2269b4b488
commit 26a124333e

@ -1,5 +1,5 @@
--- ---
apiVersion: kustomize.toolkit.fluxcd.io/v1 apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization kind: Kustomization
metadata: metadata:
name: apps name: apps
@ -7,11 +7,10 @@ metadata:
spec: spec:
interval: 10m0s interval: 10m0s
dependsOn: dependsOn:
- name: infra-configs - name: infrastructure
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: flux-system name: flux-system
path: ./apps path: ./apps/staging
prune: true prune: true
wait: true wait: true
timeout: 5m0s