Files
chart/library/ix-dev/community/filebrowser/ci/basic-values.yaml
Stavros Kois c47542a99a NAS-122653 / 23.10 / Adds filebrowser to community train (#1299)
* initial commit

* some fixes

* add TODO

* update metadata and ui

* add cert support

* add default item in additional storage, add validation, extend readme
2023-07-03 14:50:35 +03:00

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