Skip to content

Commit e0670f3

Browse files
authored
Update env example (#5490)
1 parent d79f09f commit e0670f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ S3_ACCESS_KEY=kokuminioaccess
4949
S3_SECRET=kokuminiosecret
5050

5151
S3_BUCKET_NAME=koku-bucket
52-
S3_BUCKET_NAME_OCP_INGRESS=koku-bucket
52+
S3_BUCKET_NAME_OCP_INGRESS=ocp-ingress
5353
S3_REGION=us-east-1
5454

5555
# GCP

dev/scripts/load_test_customer_data.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export OS
7575

7676
export S3_ACCESS_KEY="${S3_ACCESS_KEY}"
7777
export S3_SECRET_KEY="${S3_SECRET}"
78-
export S3_BUCKET_NAME="${S3_BUCKET_NAME_OCP_INGRESS-koku-bucket}"
78+
export S3_BUCKET_NAME="${S3_BUCKET_NAME_OCP_INGRESS-ocp-ingress}"
7979
export MINIO_UPLOAD="${S3_ENDPOINT-http://localhost:9000}"
8080

8181

0 commit comments

Comments
 (0)