2 Commits

Author SHA1 Message Date
fe6425ef28 Merge branch 'master' of https://git.fascinated.cc/Fascinated/homelab-argocd 2024-09-21 21:54:13 +01:00
26a124333e fix 2024-09-21 21:54:12 +01:00

View File

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