Files
chart/community/filebrowser/1.1.2/ci/basic-values.yaml
2023-11-03 10:53:23 +00:00

12 lines
301 B
YAML

filebrowserStorage:
config:
type: hostPath
hostPath: /mnt/{{ .Release.Name }}/config
additionalStorages:
- type: hostPath
hostPath: /mnt/{{ .Release.Name }}/data1
mountPath: /data1
- type: hostPath
hostPath: /mnt/{{ .Release.Name }}/data2
mountPath: /data2