2026-03-04 23:38:40 +00:00
|
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
|
|
|
kind: Kustomization
|
|
|
|
|
metadata:
|
2026-04-22 03:02:13 +00:00
|
|
|
name: addon-nfs-storage
|
2026-03-04 23:38:40 +00:00
|
|
|
namespace: flux-system
|
|
|
|
|
spec:
|
|
|
|
|
interval: 10m
|
|
|
|
|
prune: true
|
|
|
|
|
sourceRef:
|
|
|
|
|
kind: GitRepository
|
|
|
|
|
name: platform
|
2026-04-22 03:02:13 +00:00
|
|
|
path: ./infrastructure/addons/nfs-storage
|
2026-03-04 23:38:40 +00:00
|
|
|
wait: true
|
2026-03-22 22:26:21 +00:00
|
|
|
timeout: 10m
|
|
|
|
|
suspend: false
|