Files
chart/community/filebrowser/1.1.3/ci/basic-values.yaml
2023-11-10 14:34:55 +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