Skip to content

Commit

Permalink
🐛 Fix bad Kube deploys. (airbytehq#5567)
Browse files Browse the repository at this point in the history
These should be removed for minio.
  • Loading branch information
davinchia authored Aug 23, 2021
1 parent 61140e4 commit 16e8683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kube/overlays/stable-with-resource-limits/.env
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ LOG_LEVEL=INFO

# S3/Minio Log Configuration
S3_LOG_BUCKET=airbyte-dev-logs
S3_LOG_BUCKET_REGION=us-east-1
S3_LOG_BUCKET_REGION=
AWS_ACCESS_KEY_ID=minio
AWS_SECRET_ACCESS_KEY=minio123
S3_MINIO_ENDPOINT=http://airbyte-minio-svc:9000
Expand Down
2 changes: 1 addition & 1 deletion kube/overlays/stable/.env
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ LOG_LEVEL=INFO

# S3/Minio Log Configuration
S3_LOG_BUCKET=airbyte-dev-logs
S3_LOG_BUCKET_REGION=us-east-1
S3_LOG_BUCKET_REGION=
AWS_ACCESS_KEY_ID=minio
AWS_SECRET_ACCESS_KEY=minio123
S3_MINIO_ENDPOINT=http://airbyte-minio-svc:9000
Expand Down

0 comments on commit 16e8683

Please sign in to comment.