http-basicauth-other-user-values.yaml 722 B

123456789101112131415161718192021222324252627282930313233
  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. fixPermissions: false
  21. webdavNetwork:
  22. http: true
  23. httpPort: 30000
  24. webdavRunAs:
  25. user: 1000
  26. group: 1000
  27. webdavConfig:
  28. authType: basic
  29. username: some-username
  30. password: some-secret-password