Skip to content

Use an emptyDir instead of a persistentVolumeClaim for MinIO in the integration tests #513

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: TestStep
commands:
- script: >-
helm install minio oci://registry-1.docker.io/bitnamicharts/minio
--version 14.1.7
--version 14.6.9
--values 10_helm-bitnami-minio-values.yaml
--namespace $NAMESPACE
timeout: 240
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
persistence:
enabled: false # "false" means, that an emptyDir is used instead of a persistentVolumeClaim
size: 64Mi

provisioning:
Expand Down
Loading