This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
homelab/kubernetes/clusters/production/apps.yaml

17 lines
301 B
YAML
Raw Normal View History

2024-09-21 21:47:49 +01:00
---
2024-09-22 00:43:27 +01:00
apiVersion: kustomize.toolkit.fluxcd.io/v1
2024-09-21 21:47:49 +01:00
kind: Kustomization
metadata:
name: apps
namespace: flux-system
spec:
2024-09-24 01:37:14 +01:00
interval: 1m0s
2024-09-21 21:47:49 +01:00
dependsOn:
2024-09-21 21:54:12 +01:00
- name: infrastructure
2024-09-21 21:47:49 +01:00
sourceRef:
kind: GitRepository
name: flux-system
2024-09-23 10:13:51 +01:00
path: ./kubernetes/apps/production
2024-09-21 21:47:49 +01:00
prune: true
wait: true