Skip to content

Commit

Permalink
Bug fix in quickstart (thanos-io#6628)
Browse files Browse the repository at this point in the history
Signed-off-by: Vanshika <vanshikav928@gmail.com>
  • Loading branch information
Vanshikav123 authored and coleenquadros committed Sep 18, 2023
1 parent fd659f7 commit 824a6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if [ -n "${MINIO_ENABLED}" ]; then
export MINIO_ENDPOINT="127.0.0.1:9000"
export MINIO_BUCKET="thanos"
export S3_ACCESS_KEY=${MINIO_ROOT_USER}
export S3_SECRET_KEY=${MINIO_ROOT_USER}
export S3_SECRET_KEY=${MINIO_ROOT_PASSWORD}
export S3_BUCKET=${MINIO_BUCKET}
export S3_ENDPOINT=${MINIO_ENDPOINT}
export S3_INSECURE="true"
Expand Down

0 comments on commit 824a6d0

Please sign in to comment.