12345678910111213141516171819 |
- # 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: hostPath
- hostPath: /mnt/{{ .Release.Namespace }}/data1
- datasetName: ""
- mountPath: /data1
|