fix: remove unnecessary namespace from default configuration in README and manifest

This commit is contained in:
2026-05-23 11:36:51 +00:00
parent 46002ff273
commit e2e3f730a5
2 changed files with 0 additions and 2 deletions

View File

@@ -25,7 +25,6 @@ When added to an instance, the default config is merged into `config.yaml`:
```yaml
apps:
nfs:
namespace: nfs
host: "192.168.1.100"
mediaPath: "/mnt/storage/media"
storageCapacity: "1Ti"

View File

@@ -8,7 +8,6 @@ scripts:
path: scripts/check-nfs.sh
description: Verify NFS server is reachable and the export path is available
defaultConfig:
namespace: nfs
host: "192.168.1.100"
mediaPath: "/mnt/storage/media"
storageCapacity: "1Ti"