mirror of
https://github.com/truenas/charts.git
synced 2026-04-04 19:29:22 +08:00
syncthing/test - migrate storage section (#2008)
* bump version * update values * update ui * update templates * add migration * keep previous version
This commit is contained in:
@@ -1,16 +1,12 @@
|
||||
syncthingStorage:
|
||||
home:
|
||||
type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Namespace }}/home
|
||||
type: pvc
|
||||
additionalStorages:
|
||||
- type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Namespace }}/dir1
|
||||
- type: pvc
|
||||
mountPath: /mnt/dir1
|
||||
- type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Namespace }}/dir2
|
||||
- type: pvc
|
||||
mountPath: /mnt/dir2
|
||||
- type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Namespace }}/dir3
|
||||
- type: pvc
|
||||
mountPath: /mnt/dir3
|
||||
|
||||
syncthingID:
|
||||
|
||||
Reference in New Issue
Block a user