basic-values.yaml 301 B

1234567891011
  1. filebrowserStorage:
  2. config:
  3. type: hostPath
  4. hostPath: /mnt/{{ .Release.Name }}/config
  5. additionalStorages:
  6. - type: hostPath
  7. hostPath: /mnt/{{ .Release.Name }}/data1
  8. mountPath: /data1
  9. - type: hostPath
  10. hostPath: /mnt/{{ .Release.Name }}/data2
  11. mountPath: /data2