fix(family): add --allow-non-empty to rclone mount
This commit is contained in:
parent
83f3207fad
commit
d88b1bc9a0
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue