Problem
The local PersistentVolume rendered for nexent-skills-pv places accessModes under capacity, causing Kubernetes quantity validation to reject the manifest.
Expected behavior
All shared-storage PersistentVolumes render schema-valid Kubernetes resources with accessModes under spec.
Acceptance
- Local-mode shared storage renders valid PV and PVC YAML.
- Tests cover workspace, skills, logs, and memory-plugin storage resources.
Problem
The local PersistentVolume rendered for
nexent-skills-pvplacesaccessModesundercapacity, causing Kubernetes quantity validation to reject the manifest.Expected behavior
All shared-storage PersistentVolumes render schema-valid Kubernetes resources with
accessModesunderspec.Acceptance