2026-03-22 01:02:35 +00:00
|
|
|
# clusters/default/flux-system/infrastructure.yaml
|
2026-03-11 09:28:54 +00:00
|
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
|
|
|
kind: Kustomization
|
2026-03-17 08:11:22 +00:00
|
|
|
metadata:
|
2026-03-22 01:02:35 +00:00
|
|
|
name: infrastructure
|
2026-03-11 09:28:54 +00:00
|
|
|
namespace: flux-system
|
|
|
|
|
spec:
|
|
|
|
|
interval: 1h
|
2026-03-22 01:02:35 +00:00
|
|
|
path: ../../../infrastructure/
|
2026-03-11 09:28:54 +00:00
|
|
|
prune: true
|
2026-03-22 01:08:44 +00:00
|
|
|
decryption:
|
|
|
|
|
provider: sops
|
|
|
|
|
secretRef:
|
|
|
|
|
name: sops-age-key
|
2026-03-11 09:28:54 +00:00
|
|
|
sourceRef:
|
|
|
|
|
kind: GitRepository
|
2026-03-20 20:42:28 +00:00
|
|
|
name: flux-system
|