From f24b640a6395b41c699b74604eaaddc28fe25139 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Thu, 10 Jul 2025 00:33:37 +0100 Subject: [PATCH] Does it need the full path from nfs showmount --- apps/sonarr/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/sonarr/deployment.yaml b/apps/sonarr/deployment.yaml index e7d4469..c216545 100644 --- a/apps/sonarr/deployment.yaml +++ b/apps/sonarr/deployment.yaml @@ -79,5 +79,5 @@ spec: - name: smb-tower-books nfs: server: 192.168.1.100 - path: /tv - readOnly: true \ No newline at end of file + path: /mnt/user/tv + readOnly: true