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-04-23 02:15:45 +00:00
|
|
|
wait: false
|
|
|
|
|
healthChecks:
|
|
|
|
|
- apiVersion: helm.toolkit.fluxcd.io/v2
|
|
|
|
|
kind: HelmRelease
|
|
|
|
|
name: nfs-subdir-external-provisioner
|
|
|
|
|
namespace: flux-system
|
2026-03-22 22:26:21 +00:00
|
|
|
timeout: 10m
|
|
|
|
|
suspend: false
|