mirror of
https://github.com/truenas/charts.git
synced 2026-05-16 14:12:59 +08:00
34 lines
722 B
YAML
34 lines
722 B
YAML
webdavStorage:
|
|
shares:
|
|
- name: share1
|
|
enabled: true
|
|
description: My first share
|
|
hostPath: /mnt/{{.Release.Name }}/share1
|
|
readOnly: true
|
|
fixPermissions: true
|
|
- name: share2
|
|
enabled: true
|
|
description: My second share
|
|
hostPath: /mnt/{{.Release.Name }}/share2
|
|
readOnly: false
|
|
fixPermissions: true
|
|
- name: share3
|
|
enabled: false
|
|
description: My third disabled share
|
|
hostPath: /mnt/{{.Release.Name }}/share3
|
|
readOnly: true
|
|
fixPermissions: false
|
|
|
|
webdavNetwork:
|
|
http: true
|
|
httpPort: 30000
|
|
|
|
webdavRunAs:
|
|
user: 1000
|
|
group: 1000
|
|
|
|
webdavConfig:
|
|
authType: basic
|
|
username: some-username
|
|
password: some-secret-password
|