mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 10:40:31 +08:00
filebrowser - migrate storage section (adds acl) (#1893)
* adapt values * adapt tempaltes * bump version * adapt ui * add migration
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
filebrowserStorage:
|
||||
config:
|
||||
type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Name }}/config
|
||||
type: pvc
|
||||
additionalStorages:
|
||||
- type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Name }}/data1
|
||||
- type: pvc
|
||||
mountPath: /data1
|
||||
- type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Name }}/data2
|
||||
- type: pvc
|
||||
mountPath: /data2
|
||||
|
||||
filebrowserNetwork:
|
||||
|
||||
Reference in New Issue
Block a user