# ------------------------------------------------------------------------------ # csi-driver-nfs values for fastpass # Minimal overrides — defaults are fine for a homelab NFS workload # ------------------------------------------------------------------------------ # Deploy the driver components to kube-system (default) # Controller runs as a Deployment; node driver runs as a DaemonSet on all nodes controller: # Single replica is fine for a homelab cluster replicas: 1 # Run controller on control plane nodes is acceptable here; # remove this toleration if you want it strictly on workers tolerations: - key: node-role.kubernetes.io/control-plane operator: Exists effect: NoSchedule driver: name: nfs.csi.k8s.io # Feature gates — keep defaults (no externalSnapshotter needed yet) feature: enableFSGroupPolicy: true