refactor all apps

This commit is contained in:
2025-06-07 18:14:12 -04:00
parent 9a0e44f813
commit 8c2a23e0ff
37 changed files with 131 additions and 415 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: hoarder
namespace: flux-system
spec:
interval: 15m
path: ./apps/hoarder
prune: false # remove any elements later removed from the above path
wait: true
timeout: 2m # if not set, this defaults to interval duration, which is 1h
sourceRef:
kind: GitRepository
name: flux-system
dependsOn:
- name: infra-configs