From d76e18b6dee6cc89f1f02ff9bbcc0391cc1b287e Mon Sep 17 00:00:00 2001 From: Davin Chia Date: Tue, 7 Feb 2023 16:40:40 -0800 Subject: [PATCH] Also add this to the dev integration test scripts. --- kube/overlays/dev-integration-test/.env | 3 +++ kube/overlays/dev-integration-test/.secrets | 2 ++ 2 files changed, 5 insertions(+) diff --git a/kube/overlays/dev-integration-test/.env b/kube/overlays/dev-integration-test/.env index aad4911e7fda8..5d5274a3faa29 100644 --- a/kube/overlays/dev-integration-test/.env +++ b/kube/overlays/dev-integration-test/.env @@ -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= diff --git a/kube/overlays/dev-integration-test/.secrets b/kube/overlays/dev-integration-test/.secrets index 67e8f4aae9770..c03579ec9b59e 100644 --- a/kube/overlays/dev-integration-test/.secrets +++ b/kube/overlays/dev-integration-test/.secrets @@ -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=