From d88b1bc9a083a927ae73d12fafc3a510c2932169 Mon Sep 17 00:00:00 2001 From: fchinembiri Date: Wed, 3 Jun 2026 23:55:23 +0200 Subject: [PATCH] fix(family): add --allow-non-empty to rclone mount --- k8s/family-apps/media-suite.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k8s/family-apps/media-suite.yaml b/k8s/family-apps/media-suite.yaml index 6086024..ab7ba99 100644 --- a/k8s/family-apps/media-suite.yaml +++ b/k8s/family-apps/media-suite.yaml @@ -87,6 +87,7 @@ spec: - "seedhost:/home2/tadiwanashe/downloads/media" - /data - --allow-other + - --allow-non-empty - --vfs-cache-mode - writes - --dir-cache-time @@ -188,6 +189,7 @@ spec: - "seedhost:/home2/tadiwanashe/downloads/media" - /data - --allow-other + - --allow-non-empty - --vfs-cache-mode - writes securityContext: