Files
chart/library/ix-dev/test/syncthing/ci/basic-values.yaml
Stavros Kois 47e6a12518 NAS-123851 / 24.04 / Add SMB PV/PVC to Syncthing - test train (#1499)
* make a syncthing copy under test train

* add test catalog in CI

* bump common

* add smb option
2023-09-06 15:38:28 +03: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