Files
chart/test/syncthing/1.0.13/ci/basic-values.yaml
2023-09-08 15:07:33 +00:00

19 lines
454 B
YAML

syncthingStorage:
home:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/home
additionalStorages:
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/dir1
mountPath: /mnt/dir1
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/dir2
mountPath: /mnt/dir2
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/dir3
mountPath: /mnt/dir3
syncthingID:
user: 1001
group: 1001