We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211fbaa commit 0f58d25Copy full SHA for 0f58d25
hack/ci/e2e.sh
@@ -87,6 +87,7 @@ echo "Setup Minio"
87
kubectl create ns minio
88
helm upgrade minio oci://registry-1.docker.io/bitnamicharts/minio --wait -i \
89
--version "${MINIO_HELM_VER}" \
90
+ --timeout 10m0s \
91
--namespace minio \
92
--set auth.rootUser=myaccesskey \
93
--set auth.rootPassword=mysecretkey \
0 commit comments