http-basicauth-values.yaml 714 B

123456789101112131415161718192021222324252627282930
  1. webdavStorage:
  2. shares:
  3. - name: share1
  4. enabled: true
  5. description: My first share
  6. hostPath: /mnt/{{.Release.Name }}/share1
  7. readOnly: true
  8. fixPermissions: true
  9. - name: share2
  10. enabled: true
  11. description: My second share
  12. hostPath: /mnt/{{.Release.Name }}/share2
  13. readOnly: false
  14. fixPermissions: true
  15. - name: share3
  16. enabled: false
  17. description: My third disabled share
  18. hostPath: /mnt/{{.Release.Name }}/share3
  19. readOnly: true
  20. maxRequestBodySizeInGB: 10
  21. fixPermissions: false
  22. webdavNetwork:
  23. http: true
  24. httpPort: 30000
  25. webdavConfig:
  26. authType: basic
  27. username: some-username
  28. password: some-secret-password