Files
chart/community/filebrowser/1.0.11/ci/basic-values.yaml
2023-09-15 11:49:35 +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