2026-03-04 23:38:40 +00:00
|
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
|
|
|
kind: Kustomization
|
|
|
|
|
metadata:
|
|
|
|
|
name: infrastructure
|
|
|
|
|
namespace: flux-system
|
|
|
|
|
spec:
|
|
|
|
|
interval: 10m
|
|
|
|
|
prune: true
|
|
|
|
|
sourceRef:
|
|
|
|
|
kind: GitRepository
|
|
|
|
|
name: platform
|
|
|
|
|
path: ./infrastructure
|
2026-03-07 00:38:29 +00:00
|
|
|
wait: false
|
2026-03-04 23:38:40 +00:00
|
|
|
timeout: 5m
|