snmd-values.yaml 430 B

12345678910111213141516171819202122
  1. # When inside the versioned minio folder, run:
  2. # helm dependency update
  3. # helm template -f ix_values.yaml -f ci/basic-values.yaml .
  4. # Always use a unique hostPath for each test
  5. minioCreds:
  6. rootUser: minio_test
  7. rootPass: minio_test
  8. minioMultiMode:
  9. - /data{1...4}
  10. minioStorage:
  11. - type: pvc
  12. mountPath: /data1
  13. - type: pvc
  14. mountPath: /data2
  15. - type: pvc
  16. mountPath: /data3
  17. - type: pvc
  18. mountPath: /data4