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/infrastructure.yaml

15 lines
270 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: infrastructure
namespace: flux-system
spec:
2024-09-26 14:59:13 +01:00
interval: 5m0s
2024-09-21 21:47:49 +01:00
sourceRef:
kind: GitRepository
name: flux-system
2024-09-23 10:13:51 +01:00
path: ./kubernetes/infrastructure
2024-09-21 21:47:49 +01:00
prune: true
wait: true