filebrowser - migrate storage section (adds acl) (#1893)

* adapt values

* adapt tempaltes

* bump version

* adapt ui

* add migration
This commit is contained in:
Stavros Kois
2023-12-18 14:25:54 +02:00
committed by GitHub
parent 9c9ac6772e
commit 30dffdf6ad
8 changed files with 256 additions and 102 deletions

View File

@@ -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: