Files
chart/community/filebrowser/1.0.5/ci/basic-values.yaml
2023-07-15 19:21:13 +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