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
|
```yaml
|
||||||
apps:
|
apps:
|
||||||
nfs:
|
nfs:
|
||||||
namespace: nfs
|
|
||||||
host: "192.168.1.100"
|
host: "192.168.1.100"
|
||||||
mediaPath: "/mnt/storage/media"
|
mediaPath: "/mnt/storage/media"
|
||||||
storageCapacity: "1Ti"
|
storageCapacity: "1Ti"
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ scripts:
|
|||||||
path: scripts/check-nfs.sh
|
path: scripts/check-nfs.sh
|
||||||
description: Verify NFS server is reachable and the export path is available
|
description: Verify NFS server is reachable and the export path is available
|
||||||
defaultConfig:
|
defaultConfig:
|
||||||
namespace: nfs
|
|
||||||
host: "192.168.1.100"
|
host: "192.168.1.100"
|
||||||
mediaPath: "/mnt/storage/media"
|
mediaPath: "/mnt/storage/media"
|
||||||
storageCapacity: "1Ti"
|
storageCapacity: "1Ti"
|
||||||
|
|||||||
Reference in New Issue
Block a user