Files
chart/library/ix-dev/enterprise/minio/ci/snmd-values.yaml
2024-01-09 12:01:23 +02:00

23 lines
430 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: pvc
mountPath: /data1
- type: pvc
mountPath: /data2
- type: pvc
mountPath: /data3
- type: pvc
mountPath: /data4