fix: Shared folder mount (#804)

This commit is contained in:
Kroese
2024-10-13 12:00:31 +02:00
committed by GitHub
parent 3cab3d1c7b
commit 16c3a047c2
2 changed files with 12 additions and 4 deletions

View File

@@ -139,7 +139,7 @@ kubectl apply -f kubernetes.yml
```yaml
volumes:
- /home/user/example:/shared
- /home/user/example:/data
```
The example folder `/home/user/example` will be available as ` \\host.lan\Data`.