mirror of
https://github.com/truenas/charts.git
synced 2026-04-30 21:41:08 +08:00
18 lines
328 B
YAML
18 lines
328 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
|
|
|
|
minioRunAs:
|
|
user: 1000
|
|
group: 1000
|
|
|
|
minioStorage:
|
|
- type: pvc
|
|
mountPath: /data1
|