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