2026-03-11 09:28:54 +00:00
|
|
|
# infrastructure/sources/kustomization.yaml
|
|
|
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
|
|
|
kind: Kustomization
|
2026-03-17 08:11:22 +00:00
|
|
|
metadata:
|
2026-03-11 09:28:54 +00:00
|
|
|
name: sources
|
|
|
|
|
namespace: flux-system
|
|
|
|
|
spec:
|
|
|
|
|
interval: 1h
|
|
|
|
|
path: ../../infrastructure/sources
|
|
|
|
|
prune: true
|
|
|
|
|
sourceRef:
|
|
|
|
|
kind: GitRepository
|
|
|
|
|
name: flux-system
|