Skip to content

Commit

Permalink
Also add this to the dev integration test scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
davinchia committed Feb 8, 2023
1 parent b89196b commit d76e18b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kube/overlays/dev-integration-test/.env
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ GCS_LOG_BUCKET=
STATE_STORAGE_MINIO_BUCKET_NAME=airbyte-dev-logs
STATE_STORAGE_MINIO_ENDPOINT=http://airbyte-minio-svc:9000

STATE_STORAGE_S3_REGION=
STATE_STORAGE_S3_BUCKET_NAME=

# Docker Resource Limits
JOB_MAIN_CONTAINER_CPU_REQUEST=
JOB_MAIN_CONTAINER_CPU_LIMIT=
Expand Down
2 changes: 2 additions & 0 deletions kube/overlays/dev-integration-test/.secrets
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ AWS_SECRET_ACCESS_KEY=minio123
GOOGLE_APPLICATION_CREDENTIALS=
STATE_STORAGE_MINIO_ACCESS_KEY=minio
STATE_STORAGE_MINIO_SECRET_ACCESS_KEY=minio123
STATE_STORAGE_S3_ACCESS_KEY=
STATE_STORAGE_S3_SECRET_ACCESS_KEY=

0 comments on commit d76e18b

Please sign in to comment.