mirror of
https://github.com/truenas/charts.git
synced 2026-05-16 14:12:59 +08:00
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
This commit is contained in:
11
library/ix-dev/community/filebrowser/ci/basic-values.yaml
Normal file
11
library/ix-dev/community/filebrowser/ci/basic-values.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user