From e2e3f730a51aa736cd067df6f4b2770fc669d7c9 Mon Sep 17 00:00:00 2001 From: Paul Payne Date: Sat, 23 May 2026 11:36:51 +0000 Subject: [PATCH] fix: remove unnecessary namespace from default configuration in README and manifest --- nfs/README.md | 1 - nfs/manifest.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/nfs/README.md b/nfs/README.md index d88360a..a79af5c 100644 --- a/nfs/README.md +++ b/nfs/README.md @@ -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" diff --git a/nfs/manifest.yaml b/nfs/manifest.yaml index d4a6a4b..22d00cc 100644 --- a/nfs/manifest.yaml +++ b/nfs/manifest.yaml @@ -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"