mirror of
https://github.com/truenas/charts.git
synced 2026-02-09 13:26:55 +08:00
* initial commit * some fixes * add TODO * update metadata and ui * add cert support * add default item in additional storage, add validation, extend readme
12 lines
301 B
YAML
12 lines
301 B
YAML
filebrowserStorage:
|
|
config:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/config
|
|
additionalStorages:
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/data1
|
|
mountPath: /data1
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/data2
|
|
mountPath: /data2
|