mirror of
https://github.com/truenas/charts.git
synced 2026-06-28 00:06:45 +08:00
31 lines
730 B
YAML
31 lines
730 B
YAML
# When inside the versioned minio folder, run:
|
|
# helm dependency update
|
|
# helm template -f ix_values.yaml -f ci/basic-values.yaml .
|
|
|
|
# Always use a unique hostPath for each test
|
|
|
|
minioCreds:
|
|
rootUser: minio_test
|
|
rootPass: minio_test
|
|
|
|
minioMultiMode:
|
|
- /data{1...4}
|
|
|
|
minioStorage:
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data1
|
|
datasetName: ""
|
|
mountPath: /data1
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data2
|
|
datasetName: ""
|
|
mountPath: /data2
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data3
|
|
datasetName: ""
|
|
mountPath: /data3
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data4
|
|
datasetName: ""
|
|
mountPath: /data4
|