fix: remove unnecessary namespace from default configuration in README and manifest
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user